﻿@charset "UTF-8";

/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
body {
	line-height:1.5em;
	font-size: 14px;
}
/* ヘッダー */
.header{
	padding-bottom:0;
	min-width:100%;
}
.header_box{
	width:100%;
}
h1{
	float:none;
	margin:0 auto;
}

/*グローバルメニュー*/
#nav {
	display: none;	
	width:100%;
	margin:0 auto;
	border-left:none;
	overflow:hidden;
}
#nav li{
	display:block;
	line-height:48px;
	font-size:14px;
	text-align:center;
	width:100%;
	background: #6c33a7;
	border-bottom: 1px solid #7b42b6;
}
#nav li a{
	display:block;
	border-right:solid 1px #000;
	padding:0;
	color:#fff;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #6c33a7;
	margin:20px 0 0 0;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0;
	border-bottom: 1px solid #7b42b6;
	color:#FFF;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: #FFF;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 24px;
	height: 4px;
	background: #6c33a7;
}
#toggle a:before {
	margin-top:-7px;
}
#toggle a:after {
	margin-top: 3px;
}
	
/* フッター */
.footer{
	display:none;
	min-width:100%;
}

.footer02{
	display:none;
}
.copy{
	min-width:100%;
}
.copy_box{
	width:96%;
}
	
/* 第二階層 */
.page_title{
	min-width:100%;
}

h2{
	font-size:18px;
	width:100%;
	padding:30px 0;
}
h2 img{
	width:30px;
	margin-right:10px;
	margin-top:-5px;
}

.main{
	width:96%;
	margin:20px auto;
	padding:0 0 30px 0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.main h3{
	border-radius:6px 6px 0px 0px ;
	-moz-border-radius:6px 6px 0px 0px ;
	-webkit-border-radius:6px 6px 0px 0px ;
	font-size:18px;
	padding:14px 12px 11px;
}
.main h4{
	font-size:18px;
	padding-bottom:4px;
}
.main .main_box{padding:20px;}
.main .main_box p{padding-bottom:8px;}

}