@charset "UTF-8";


/* PC・SP共通設定 */
html, body{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	color: #333;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-weight :normal;
	background-image: url(../images/dummy.png);
	background-repeat: no-repeat;
}
p, ul, ol{
	margin: 0;
	padding: 0;
}
ul li, ol li {
    list-style-type: none;
}
p,dt,dd,ul,li,th,td,div {
	background-image: url(../images/dummy.png);
	background-repeat: no-repeat;
}
img{
	border: 0;
	vertical-align: bottom;
	width: 100%;
    height: auto;
    width /***/:auto;　
}
/*ページTOPに戻る指定*/
#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#page-top p:hover{
	background:#8b8b8b;
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/*ページTOPに戻る指定ここまで*/

/*マウスオーバー設定*/
a:hover img.hoverimg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.fade {
    -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;
}
.fade:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
} 
/*マウスオーバー設定ここまで*/

/*テキストリンク設定*/
a:link {
	color: #3c78b9;
	text-decoration: underline;
}

a:visited {
	color: #3c78b9;
	text-decoration: underline;
}

a:hover {
	color: #3c78b9;
	text-decoration: none;
}

a:active {
	color: #3c78b9;
	text-decoration: none;
}
/*box-sizing*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*回り込み解除*/
.bsp-0 {
	height: auto;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.bsp-10 {
	height: 10px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-20 {
	height: 20px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-30 {
	height: 30px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-40 {
	height: 40px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-50 {
	height: 50px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-60 {
	height: 60px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-70 {
	height: 70px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-80 {
	height: 80px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-90 {
	height: 90px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.bsp-100 {
	height: 100px;
	width: 100%;
	clear: both;
	padding: 0px;
}
.wp-embedded-content {
    max-width: 100%;
}
/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:0px;
	bottom:16px;
}	
img{
	border: 0;
	vertical-align: bottom;
	max-width:100%;
    height: auto;
    width /***/:auto;　
}	

}