@charset "utf-8";

/* CSS reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}
img{vertical-align: bottom;}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
nav>p{display:none;}footer>p{display:none;}

.cf,.inner,.item-list,.link-list,.link-list ul,.widget,.widget ul { zoom: 1;}
.cf:before,.inner:before,.item-list:before,.link-list:before,.link-list ul:before,.widget:before,.widget ul:before{ content: " "; display: table;}
.cf:after,.inner:after,.item-list:after,.link-list:after,.link-list ul:after,.widget:after,.widget ul:after{ content: " "; display: table; clear: both;}
.clear{clear: both;}



body, input, textarea, select {
    font-family: Verdana , Roboto , "メイリオ" , Meiryo ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* 大体の編集エリア **************************************************************************************/

a{ color:#003399; text-decoration: underline; }
a:hover{ color:#0066CC; text-decoration: none; }

body {
    position: relative;
	background: #f3f3f3;
}

img{
	max-width: 100%;
	height: auto;
}
.wrapper{ overflow: hidden; }
.swiper-container{ width: 100%; }

.main
{
    text-align: center;
    margin: 0 -17.92857142857143% !important;/* 1400px */
    min-width: 1200px;
}

/* 大体の編集エリア **************************************************************************************/



/* ページの先頭へ　************************/
.totop{
    position:fixed;
    bottom:0;
    right:10px;
    z-index: 3;
}
.totop a{
    display: block;
    margin-bottom: 0;
    background-color: #333;
    background-image: url(../img/totop.png);
    background-position: 50% 10px;
    background-size:30px auto;
    background-repeat:  no-repeat;
    border-radius: 6px 6px 0 0;
    width: 60px;
    height: 35px;
    overflow: hidden;
    color: #fff;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    line-height: 13px;
    padding: 35px 5px 0;
    transition-duration:0.3s;
    transition-timing-function:ease-out;
    opacity: 0.75;
    position: relative;
    top:0;
}
.totop a:hover{
    opacity: 1;
    padding-bottom: 20px;
    background-color: #666;
}


/* list用 */
.center{ text-align: center; }

.list_whiteback
{
	background-color: white;
	border: 1px solid #e3e3e3;
	width: 60%;
	margin: 20% auto;
	padding: 20px;
}

h1
{
	margin-bottom: 30px;
	line-height: 26px;
}
.list_whiteback li
{
	line-height: 40px;
	text-align: left;
	margin-left: 10%;
	font-size: 14px;
}
