/* --------reset--------*/
html {
	height: 100%;
	width: 100%;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-autospace: ideograph-parenthesis;
	-moz-text-autospace: ideograph-parenthesis;
	-ms-text-autospace: ideograph-parenthesis;
	-o-text-autospace: ideograph-parenthesis;
	text-autospace: ideograph-parenthesis;}
body {
	height: 100%;
	width: 100%;
	padding: 0;
	font-size: 12px;
	font-family: 'EB Garamond', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo,serif;
	line-height: 20px;
	letter-spacing: 0.065rem;
	-webkit-text-size-adjust: 100%;
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
section, nav, article, aside, header, footer, main, figure, figcaption, details, menu {
	display: block;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto;
	font-size: inherit;
	font-weight: normal;}
p, div, ul, li, figure {
	margin: 0;
	padding: 0;
	list-style: none;}
ol, ul {
	list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;}
img, canvas {
	height: auto;
	max-width: 100%;}
input[type="submit"] {
    -webkit-appearance: none;}

/*-------- Link-------- */
a{
	color: #000;
	text-decoration: none;}
a[href]:hover{
     color: #dcdcdc;
	-webkit-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-ms-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-o-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
    filter: alpha(opacity=10);}
::-moz-selection{
	background-color: transparent;
	background: #fff;
	color: #aaa;
	text-shadow: none;}
::selection {
	background-color: transparent;
	background: #fff;
	color: #aaa;
	text-shadow: none;}

@media all and (min-width: 1401px) {
h1 img {
    width: 300px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;}
/*header*/
.sitename {
	width:200px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:40px;
	left:95%;
    z-index: 50;}
header .button  img {
	width:36px;
	height:37px;}
	
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;}
#side h2{
    margin-bottom: 10px;}
#side ul li{
    font-size: 15px;
    padding-bottom: 19px;
    letter-spacing: 0.12rem;}
#side ul li ul li{
    font-size: 11px;}
#side .category{
	width:150px;
	margin-top:20px;}
#side .category li{
	font-size:12px;
	padding-bottom:7px;}
#side .category .date{
	margin-top:-10px;}
#side .category img{
	margin-top:8px;
	padding-right:8px;}
div::-webkit-scrollbar {
    display: none;}
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none}
	
/*------------------------------
contents
------------------------------*/
#main_content{
	width:860px;
	margin-top:155px;
	margin-left:347px;
	padding-bottom:150px;}
#main_content .title{
	margin:0 auto;
	font-family: 'EB Garamond',serif; !important;
	font-size: 19px;
	letter-spacing:0.04rem;
	padding-top:70px;}
#main_content h1{
	margin:0 auto;
	font-family: YuMincho, Yu Mincho, serif;
	font-size: 15px;
	letter-spacing:0.04rem;
	padding-top:78px;}
#content{
	width:860px;
	margin-top:10px;
	margin-bottom:100px;}
#content p span{
	font-family: YuMincho, Yu Mincho, serif;
	line-height:2;
	font-size: 15px;}
#main_content #content .txt{
	width:860px;
	line-height:1.9;
	letter-spacing:0.01rem;
	color: #000;
	font-family: YuMincho, Yu Mincho, serif;
	font-size: 13px;
	margin-bottom:20px;
	margin-top:40px;
	text-align:justify;}
#main_content h2{
	width:860px;
	letter-spacing:0.01rem;
	color: #000;
	font-size: 14px;
	margin-top:20px;}	
#main_content .txt img{
	width:18px;
	margin-left:3px;
	margin-top:3px;}
#main_content .line{
	width:58px;
	border-top:0.8px solid #aaa;
	margin-top:30px;}
input[type="submit"], {
	background-color:#fff;
    -webkit-appearance: none;
    border-radius: 0;}
input[type="submit"]:hover{background: #000; color:#fff;}
input[type="submit"]{
	width: 15% !important;
	border: 1px solid #aaa !important;
	background-color: transparent;
	font-family: YuMincho, Yu Mincho, serif;!important;
	font-size: 13px !important;
	font-weight:100 !important;
	padding: 15px !important;
	cursor: pointer;
	overflow:hidden;
	text-align: center;
	letter-spacing: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}
}

/*-------- notebook------- */
@media all and (min-width: 1025px) and (max-width: 1400px) {
h1 img {
    width: 300px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;}
/*header*/
.sitename {
	width:200px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:40px;
	left:95%;
    z-index: 50;}
header .button  img {
	width:29px;
	height:30px;}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;}
#side h2{
    margin-bottom: 10px;}
#side ul li{
    font-size: 14px;
    padding-bottom: 19px;
    letter-spacing: 0.12rem;}
#side ul li ul li{
    font-size: 11px;}
#side .category{
	width:150px;
	margin-top:20px;}
#side .category li{
	font-size:12px;
	padding-bottom:7px;}
#side .category .date{
	margin-top:-10px;}
#side .category img{
	margin-top:8px;
	padding-right:8px;}
div::-webkit-scrollbar {
    display: none;}
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none}
/*------------------------------
contents
------------------------------*/
#main_content{
	width:860px;
	margin-top:118px;
	margin-left:300px;
	padding-bottom:150px;}
#main_content .title{
	margin:0 auto;
	font-family: 'EB Garamond',serif; !important;
	font-size: 19px;
	letter-spacing:0.04rem;
	padding-top:72px;}
#main_content h1{
	margin:0 auto;
	font-family: YuMincho, Yu Mincho, serif;
	font-size: 15px;
	letter-spacing:0.04rem;
	padding-top:78px;}
#content{
	width:860px;
	margin-bottom:100px;}
#content p span{
	font-family: YuMincho, Yu Mincho, serif;
	line-height:2;
	font-size: 15px;}
#main_content #content .txt{
	width:860px;
	line-height:1.9;
	letter-spacing:0.01rem;
	color: #000;
	font-size: 13px;
	margin-bottom:20px;
	margin-top:40px;
	text-align:justify;}
#main_content .txt a[href]:hover{
     color: #dcdcdc;
	-webkit-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-ms-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-o-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
    filter: alpha(opacity=10);}
#main_content h2{
	width:860px;
	letter-spacing:0.01rem;
	color: #000;
	font-size: 14px;
	margin-top:20px;}	
#main_content .txt img{
	width:18px;
	margin-left:3px;
	margin-top:3px;}
#main_content .line{
	width:55px;
	border-top:0.8px solid #aaa;
	margin-top:30px;}
input[type="submit"], {
	background-color:#fff;
    -webkit-appearance: none;
    border-radius: 0;}
input[type="submit"]:hover{background: #000; color:#fff;}
input[type="submit"]{
	width: 15% !important;
	position: relative;
	left:60px;
	border: 1px solid #aaa !important;
	background-color: transparent;
	font-family: YuMincho, Yu Mincho, serif;!important;
	font-size: 13px !important;
	font-weight:100 !important;
	padding: 15px !important;
	cursor: pointer;
	overflow:hidden;
	text-align: center;
	letter-spacing: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}
}

/*-------- ipad横------- */
@media all and (min-width: 835px) and (max-width: 1024px) {
h1 img {
    width: 300px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;}
/*header*/
.sitename {
	width:200px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:40px;
	left:95%;
    z-index: 50;}
header .button  img {
	width:29px;
	height:30px;}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;}
#side h2{
    margin-bottom: 10px;}
#side ul li{
    font-size: 14px;
    padding-bottom: 19px;
    letter-spacing: 0.12rem;}
#side ul li ul li{
    font-size: 11px;}
#side .category{
	width:150px;
	margin-top:20px;}
#side .category li{
	font-size:12px;
	padding-bottom:7px;}
#side .category .date{
	margin-top:-10px;}
#side .category img{
	margin-top:8px;
	padding-right:8px;}
div::-webkit-scrollbar {
    display: none;}
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none}
	
/*------------------------------
contents
------------------------------*/
#main_content{
	width:600px;
	margin:0 auto;
	padding-bottom:100px;
	overflow-x: hidden;
	margin-left:278px;}
#main_content .title{
	padding-top:95px;
	padding-bottom:20px;
	padding-left:23px;
	font-family: 'EB Garamond',serif; !important;
	font-size: 19px;
	letter-spacing:0.04rem;
	margin-top:98px;}
#content{
	width:500x;
    margin: 0 auto;
	padding-top:1px;}
#main_content h1{
	padding-top:80px;
	margin-left:-1px;
	font-family: YuMincho, Yu Mincho, serif;
	font-size: 15px;
	margin-bottom:30px;
	margin-left:23px;
	padding-top:180px;}
#main_content .txt{
	width:500px;
	line-height:1.9;
	letter-spacing:0.01rem;
	color: #000;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size: 13px;
	margin-bottom:20px;
	margin-top:40px;
	text-align:justify;
	margin-left:23px;
	clear:both;}
#main_content p{
	width:550px;
	line-height:1.9;
	letter-spacing:0.01rem;
	font-size: 11p85px;
	text-align:justify;}
#main_content .line{
	width:55px;
	border-top:0.8px solid #aaa;
	margin-top:15px;
	margin-left:23px;}
input[type="submit"], {
	background-color:#fff;
    -webkit-appearance: none;
    border-radius: 0;}
input[type="submit"]:hover{background: #000; color:#fff;}
input[type="submit"]{
	width: 20% !important;
	position: relative;
	left:85px;
	border: 1px solid #aaa !important;
	background-color: transparent;
	font-family: YuMincho, Yu Mincho, serif;!important;
	font-size: 13px !important;
	font-weight:100 !important;
	padding: 15px !important;
	cursor: pointer;
	overflow:hidden;
	text-align: center;
	letter-spacing: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}
}

/*-------- ipadPro縦------- */
@media all and (min-width: 769px) and (max-width: 834px) {
h1 img {
    width: 280px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;}
/*header*/
.sitename {
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:46px;
	left:93%;
    z-index: 50;}
header .button  img {
	width:30px;
	height:31px;}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;}
#side h2{
    margin-bottom: 10px;}
#side ul li{
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 0.12rem;}
#side ul li ul li{
    font-size: 11px;}
div::-webkit-scrollbar {
    display: none;}
#side .category{
	width:150px;
	margin-top:20px;}
#side .category li{
	font-size:12px;
	padding-bottom:7px;}
#side .category .date{
	margin-top:-10px;}
#side .category img{
	margin-top:8px;
	padding-right:8px;}
div::-webkit-scrollbar {
    display: none;}
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none}
/* --------common--------*/
.wrapper{
	width:100%;
	margin:0 auto;
	overflow-x: hidden;}
#countainer {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:600px;
	margin:0 auto;
	padding-bottom:100px;
	overflow-x: hidden;
	margin-left:200px;}
#main_content .title{
	padding-top:95px;
	padding-bottom:20px;
	padding-left:23px;
	font-family: 'EB Garamond',serif; !important;
	font-size: 19px;
	letter-spacing:0.04rem;
	margin-top:85px;}
#content{
	width:560x;
    margin: 0 auto;
	padding-top:1px;}
#main_content h1{
	padding-top:80px;
	margin-left:-1px;
	font-family: YuMincho, Yu Mincho, serif;
	font-size: 15px;
	margin-bottom:30px;
	margin-left:23px;
	padding-top:180px;}
#main_content .txt{
	width:560px;
	line-height:1.9;
	letter-spacing:0.01rem;
	color: #000;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size: 13px;
	margin-bottom:20px;
	margin-top:40px;
	text-align:justify;
	margin-left:23px;
	clear:both;}
#main_content p{
	width:560px;
	line-height:1.9;
	letter-spacing:0.01rem;
	font-size: 11p85px;
	text-align:justify;}
#main_content .line{
	width:55px;
	border-top:0.8px solid #aaa;
	margin-top:15px;
	margin-left:23px;}
input[type="submit"], {
	background-color:#fff;
    -webkit-appearance: none;
    border-radius: 0;}
input[type="submit"]:hover{background: #000; color:#fff;}
input[type="submit"]{
	width: 23% !important;
	position: relative;
	left:25px;
	border: 1px solid #aaa !important;
	background-color: transparent;
	font-family: YuMincho, Yu Mincho, serif;!important;
	font-size: 13px !important;
	font-weight:100 !important;
	padding: 15px !important;
	cursor: pointer;
	overflow:hidden;
	text-align: center;
	letter-spacing: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}
}

/*-------- ipad縦------- */
@media all and (min-width: 600px) and (max-width: 768px) {
h1 img {
    width: 280px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;}
/*header*/
.sitename {
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:46px;
	left:93%;
    z-index: 50;}
header .button  img {
	width:30px;
	height:31px;
}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;}
#side h2{
    margin-bottom: 10px;}
#side ul li{
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 0.12rem;}
#side ul li ul li{
    font-size: 11px;}
div::-webkit-scrollbar {
    display: none;}
#side .category{
	width:150px;
	margin-top:20px;}
#side .category li{
	font-size:12px;
	padding-bottom:7px;}
#side .category .date{
	margin-top:-10px;}
#side .category img{
	margin-top:8px;
	padding-right:8px;}
div::-webkit-scrollbar {
    display: none;}
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none}
/* --------common--------*/
.wrapper{
	width:100%;
	margin:0 auto;
	overflow-x: hidden;}
#countainer {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:500px;
	margin:0 auto;
	padding-bottom:100px;
	overflow-x: hidden;
	margin-left:200px;
}
#main_content .title{
	padding-top:95px;
	padding-bottom:20px;
	padding-left:23px;
	font-family: 'EB Garamond',serif; !important;
	font-size: 19px;
	letter-spacing:0.04rem;
	margin-top:85px;}
#content{
	width:500x;
    margin: 0 auto;
	padding-top:1px;}
#main_content h1{
	padding-top:80px;
	margin-left:-1px;
	font-family: YuMincho, Yu Mincho, serif;
	font-size: 15px;
	margin-bottom:30px;
	margin-left:23px;
	padding-top:180px;}
#main_content .txt{
	width:500px;
	line-height:1.9;
	letter-spacing:0.01rem;
	color: #000;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size: 13px;
	margin-bottom:20px;
	margin-top:40px;
	text-align:justify;
	margin-left:23px;
	clear:both;}
#main_content p{
	width:550px;
	line-height:1.9;
	letter-spacing:0.01rem;
	font-size: 11p85px;
	text-align:justify;}
#main_content .line{
	width:55px;
	border-top:0.8px solid #aaa;
	margin-top:15px;
	margin-left:23px;}
input[type="submit"], {
	background-color:#fff;
    -webkit-appearance: none;
    border-radius: 0;}
input[type="submit"]:hover{background: #000; color:#fff;}
input[type="submit"]{
	width: 25% !important;
	position: relative;
	left:25px;
	border: 1px solid #aaa !important;
	background-color: transparent;
	font-family: YuMincho, Yu Mincho, serif;!important;
	font-size: 13px !important;
	font-weight:100 !important;
	padding: 15px !important;
	cursor: pointer;
	overflow:hidden;
	text-align: center;
	letter-spacing: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}
}

/*-------- ７plus 以下-------- */
@media screen and (min-width: 376px) and (max-width: 599px) {
#side{
	display:none;}
body#index h1{
    opacity: 0；}

/*header*/
.sitename {
	width:210px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:38px;
	left:27px}
.sitename img{
	padding-bottom:15px;}
header .button  img {
	display:none;}
	
/* --------common--------*/
.wrapper{
	width:100%;
	margin:0 auto;
	overflow-x: hidden}
#countainer {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:400px;
	margin:0 auto;
	padding-bottom:100px;
	overflow-x: hidden;}
#main_content .title{
	padding-top:95px;
	padding-bottom:20px;
	font-size: 15px;
	letter-spacing:0.08rem;
	padding-left:23px;}
#content{
	width:400px;
    margin: 0 auto;
	padding-top:1px;}
#main_content h1{
	padding-top:80px;
	margin-left:-1px;
	font-size: 13px !important;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	margin-bottom:20px;
	margin-left:23px;
	padding-top:95px；}
#main_content .txt{
	width:358px;
	line-height:1.9;
	letter-spacing:0.02rem;
	color: #000;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size: 11px;
	margin-bottom:20px;
	margin-top:20px;
	text-align:justify;
	margin-left:23px;}
#main_content p{
	width:400px;
	line-height:1.9;
	letter-spacing:0.01rem;
	font-size: 11px;
	text-align:justify;}
#main_content p span{
	letter-spacing:0.01rem;
	font-size: 11px;}
#main_content .line{
	width:35px;
	border-top:0.8px solid #aaa;
	margin-left:23px;}
input[type="submit"], {
	background-color:#fff;
    -webkit-appearance: none;
    border-radius: 0;}
input[type="submit"]:hover{background: #000; color:#fff !important;}
input[type="submit"]{
	width: 25% !important;
	position: relative;
	left:25px;
	border: 0.8px solid #aaa !important;
	background-color: transparent;
	font-family: YuMincho, Yu Mincho, serif;!important;
	color:#000 !important;
	font-size: 11px !important;
	font-weight:100 !important;
	padding: 15px !important;
	cursor: pointer;
	overflow:hidden;
	text-align: center;
	letter-spacing: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}
}

/*-------- ７ 以下-------- */
@media screen and (min-width: 321px) and (max-width: 375px) {
#side{
	display:none;}
body#index h1{
    opacity: 0;}

/*header*/
.sitename {
	width:200px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:32px;
	left:27px}
.sitename img{
	padding-bottom:15px;}
header .button  img {
	display:none;}
	
/* --------common--------*/
.wrapper{
	width:100%;
	margin:0 auto;}
#countainer {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:320px;
	margin:0 auto;
	padding-bottom:100px;
	overflow-x: hidden;}
#main_content .title{
	padding-top:95px;
	padding-bottom:20px;
	font-size: 15px;
	letter-spacing:0.08rem;}
#content{
	width:320px;
    margin: 0 auto;
	padding-top:1px;}
#main_content h1{
	padding-top:80px;
	margin-left:-1px;
	font-size: 13px !important;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	margin-bottom:20px;}
#main_content .txt{
	width:320px;
	line-height:1.9;
	letter-spacing:0.02rem;
	color: #000;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size: 11px;
	margin-bottom:20px;
	margin-top:20px;
	text-align:justify;}
#main_content p{
	width:320px;
	line-height:1.9;
	letter-spacing:0.01rem;
	font-size: 11px;
	text-align:justify;}
#main_content .line{
	width:35px;
	border-top:0.8px solid #aaa;}
input[type="submit"], {
	background-color:#fff;
    -webkit-appearance: none;
    border-radius: 0;}
input[type="submit"]:hover{background: #000; color:#fff;}
input[type="submit"]{
	width: 30% !important;
	position: relative;
	top:5px;
	left:0px;
	border: 0.5px solid #aaa !important;
	background-color: transparent;
	font-family: YuMincho, Yu Mincho, serif;!important;
	font-size: 11px !important;
	font-weight:100 !important;
	padding: 10px !important;
	cursor: pointer;
	overflow:hidden;
	text-align: center;
	letter-spacing: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}
}

/*-------- SE 以下-------- */
@media screen and (max-width: 320px) {
#side{
	display:none;
}

body#index h1{
    opacity: 0;
}

/*header*/
.sitename {
	width:190px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:32px;
	left:27px}
.sitename img{
	padding-bottom:15px;}
header .button  img {
	display:none;
	}
	
/* --------common--------*/
.wrapper{
	width:100%;
	margin:0 auto;
	overflow-x: hidden;}
	
#countainer {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:270px;
	margin:0 auto;
	padding-bottom:100px;
	overflow-x: hidden;
	margin-left:28px;}
#main_content .title{
	padding-top:95px;
	padding-bottom:20px;
	font-size: 15px;
	letter-spacing:0.08rem;}
#content{
	width:270px;
    margin: 0 auto;
	padding-top:1px;}
#main_content h1{
	padding-top:100px;
	margin-left:-1px;
	font-size: 13px !important;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	margin-bottom:20px;}
#main_content .txt{
	width:270px;
	line-height:1.9;
	letter-spacing:0.02rem;
	color: #000;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size: 11px;
	margin-bottom:20px;
	margin-top:20px;
	text-align:justify;}
#main_content p{
	width:270px;
	line-height:1.9;
	letter-spacing:0.01rem;
	font-size: 11p85px;
	text-align:justify;}
#main_content .line{
	width:35px;
	border-top:0.8px solid #aaa;}
input[type="submit"], {
	background-color:#fff;
    -webkit-appearance: none;
    border-radius: 0;}
input[type="submit"]:hover{background: #000; color:#fff;}
input[type="submit"]{
	width: 30% !important;
	position: relative;
	top:5px;
	left:0px;
	border: 0.5px solid #aaa !important;
	background-color: transparent;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size: 11px !important;
	font-weight:100 !important;
	padding: 10px !important;
	cursor: pointer;
	overflow:hidden;
	text-align: center;
	letter-spacing: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}
}









