@charset "utf-8";

/* Global */
*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body {
	margin:0;
	padding:0;
    height:100%;
	font-size:16px;
	margin:0px auto;
	color:#2a2a2a;
	line-height:24px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.pkg:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.pkg { display: inline-block; }
/* exlude MacIE5 */
* html .clearfix { height: 1% }
.pkg {display:block;}
/* end MacIE5 */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #e60012;
	text-decoration: none;
}
.clear{
	clear: both;
	margin: 0;
	padding: 0;
}
ul{
	padding:0;
	margin:0;
}
li{
	padding:0;
	margin:0;
	list-style: none;
}
img {
    border-style:none;
}

a img {
   border-style:none;
}
/* container ---------------------------------------- */
body {
    width:100%;
}
header {
    width:100%;
	margin: 0px auto;
}
#logo {
    width:100%;
	text-align:center;
	color: #FFF;
	margin:0 0 5% 0;
	padding:5% 0 5% 0;
	background-color:#333;
}
#logo a {
	color: #fff;
	text-decoration: underline;
}
#logo a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
    font-size: 160%;
	font-weight:bold;
}
.title {
    width:100%;
	text-align:center;
}
h2 {
    font-size: 160%;
	font-weight:bold;
}
/* article ---------------------------------------- */
article {}
#container{
	width:100%;
	margin: 0 auto;
}
.content {
	width:100%;
	text-align:center;
	margin:5% auto 5%;
}
/* modal ---------------------------------------- */

div.modal {
	position: relative;
	display:none;
	z-index:9999;
}
div.modal .pr_box {
	width:500px;
	height:auto;
	margin:auto;
	box-shadow:0px 0px 12px rgba(0,0,0,0.4);
	padding:40px;
	background:#FFFFFF;
}
.pr_box img:hover {
	filter: alpha(opacity=50);
	-webkit-opacity:0.50;
	-moz-opacity:0.50;
	-ms-opacity:0.50;
	-o-opacity:0.50;
	opacity:0.50;
}
.close_modal{
	display: block;
	width: 180px;
	line-height:50px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #018ad1;
	background: #018ad1;
	*display: inline;
	*zoom: 1;
}
.close_modal:hover {
	text-decoration: none;
	display: inline-table;
	color: #018ad1;
	border: 2px solid #018ad1;
	background: #fff;
}
.close_modal_no{
	display: block;
	width: 180px;
	line-height:50px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #60cfff;
	background: #60cfff;
	*display: inline;
	*zoom: 1;
}
.close_modal_no:hover {
	text-decoration: none;
	display: inline-table;
	color: #018ad1;
	border: 2px solid #60cfff;
	background: #fff;
}
@media screen and (max-width:640px){
div.modal {
	position: fixed;
	display:none;
	z-index:9999;
	width:95%;
	height: auto;
	top:10px;
	text-align: center;
	margin:auto;
}
div.modal .pr_box {
	width:100%;
	height:auto;
	box-shadow:0px 0px 12px rgba(0,0,0,0.4);
	padding:10px;
	background:#FFFFFF;
}
.close_modal_no{
	margin:10px auto 10px -10px;
}
}
@media screen and (max-width:600px){
article{}
#container{
	width:100%;
	margin: 0 auto;
}
}
@media screen and (max-width: 320px) {
#container{
	width:100%;
	margin: 0 auto;
}
#content{
	padding:10px 0 10px 0;
}
#content p{
	text-align:center;
}
}
/* footer ---------------------------------------- */
footer {
    width:100%;
	font-size:80%;
	text-align:center;
	color: #FFF;
	padding:3% 0 3% 0;
	background-color:#a1a1a1;
}