@charset "utf-8";
/* 
 style info : 基本共通スタイル

2016/02/16

 font 16pxベース(PC/SP)
    10px = 62.5%     11px = 68.75%     12px = 75%     13px = 81.25%
    14px = 87.5%    15px = 93.75%    16px = 100%  17px = 106.25%
    18px = 112.5%  19px = 118.75%  20px = 125%  21px =131.25%
    22px = 137.5%    23px = 143.75%    24px =150%    25px =156.25%
    26px = 162.5%  34px = 212.5%…40px = 250%  58px = 362.5%
	
	
color 


 */
 
/*----------------------------------------------------
	base	
----------------------------------------------------*/
* {
}
html,
body {
 overflow-x: hidden;
}
body{
	font-size:16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;/*iphone 調整用*/
	color:#595757;
}
@media screen and (max-width: 768px) {
body{
	overflow:hidden;
}
}

select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;font:100%;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* link*/
a {
	color:#1DA0F1;
}

a:link {
}

a:visited {
}

a:hover{
}

.mover:hover{
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

@media screen and (max-width: 768px) {
img{
	max-width:100%;
	height:auto;
}
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
header{
	width:100%;
}

section,#contents{
	width:960px;
	margin:auto;
}

footer{
	width:100%;
}

@media screen and (max-width: 768px) {

section,#contents{
	width:100%;
}

}

/*----------------------------------------------------
	header
----------------------------------------------------*/

header{
	height:65px;
	background:url(../../img/line.png) repeat-x bottom;
}

header .logo01{
	float:left;
	margin-top:15px;
}
header .logo01 img{
	width:100px;
}
header .logo02{
	float:right;
	margin-top:15px;
}
header .logo02 img{
	width:120px;
}

@media screen and (max-width:768px) {
header{
	height:45px;
}
header .logo01,header .logo02{
	margin-top:5px;
}
}

/*----------------------------------------------------
	#contetnts
----------------------------------------------------*/

#contents{
	padding:0 0 20px;
}

@media screen and (max-width: 768px) {
#contents{
}

}

/*----------------------------------------------------
	footer
----------------------------------------------------*/

footer{
	height:30px;
	background:url(../../img/copyright_bg.png) repeat-x;
}

p.copyright{
	width:960px;
	text-align:center;
	line-height:30px;
	margin:auto;
	color:#663300;
	font-size:85.7%;
}

/*TOPへ戻るボタン*/
.totop{
	position:fixed;
	right:30px;
	bottom:50px;
}
.totop a img{
	width:70px;
}


@media screen and (max-width: 768px) {

p.copyright{
	width:100%;
	font-size:87.5%;
}

.totop{
	right:20px;
	bottom:55px;
}
.totop a img{
	width:50px;
}

}

/*footer下に固定*/
footer{
	 position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
}


/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/

/* table 表組基本
-----------------------------------------*/	
table {
	border-collapse: collapse;
	width:100%;
	box-sizing: border-box;
}
table th {
	width: 150px;
	padding: 10px;
	vertical-align:middle;
	border: 1px solid #ccc;
	background:#e6e6e6;
	text-align: center;
}
table td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	table th {
		width:30%;
	}
}

/*注釈リスト(２行目以降インデント有り
-----------------------------------------*/	
.notice{
	margin-left:1em;
}
.notice li{
	text-indent: -1em;
}
.square li:before {
  content: "◆";
}

.kome li:before {
  content: "※";
}

.circle li:before {
  content: "●";
}

.noticeL{
	margin-left:2em;
}
.noticeL li{
	text-indent: -2em;
}
.noticeLL{
	margin-left:3em;
}
.noticeLL li{
	text-indent: -3em;
}
/*PCスマホ 兼用左右パディングbox*/

.box{
	padding-left:50px;
	padding-right:50px;
	box-sizing:border-box;
}

@media screen and (max-width: 768px) {
/*スマホ用左右パディングbox*/
.box,.sp-box{
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
}
}

/*margin*/

.btn{
	margin:20px auto;
	text-align:center;
}

.mb20{
	margin-bottom:20px;
}

/* clerfix */

.clear {
  clear: both;
}
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.cf:before {
  display: inline-table;
}
.cf {
	zoom:1;
}

/* float */

.floatL {
	float: left;
}
.floatR {
	float: right;
}

/*位置*/
.imgC {
	margin:0 auto 20px;
}

.alL{
	text-align: left;
}

.alC{
	text-align: center;
}
.alR{
	text-align: right;
}
/*fontsize*/

.s-font{
	font-size:85.7% ;
}
.l-font{
	font-size:114.3%;
}
@media screen and (max-width: 768px) {
.s-font{
	font-size:85% ;
}
.l-font{
	font-size:116% ;
}
}

/*PCだけ非表示*/
.pc-none{
	display:none;
}
@media screen and (max-width: 768px) {
.pc-none{
	display:block;
}
}
/*SPだけ非表示*/

@media screen and (max-width: 768px) {
.sp-none{
	display:none;
}
}

.green{
	color:#22AC38;
}


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}


/*印刷用*/

@media print {
	html,body{
		zoom:0.84;
	} 
}
