@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto Sans JP');

/* ======== BASIC ======== */
html {
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	line-height:1.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#333;
	background-color:#eaf2f9;
}
br {
	letter-spacing:normal;
}
a {
	color:#777;
	text-decoration:none;
    transition: all 0.3s;/*アニメーション設定*/
}
a:hover {
	color:#6890ba;
}
img {
	border:0;
	vertical-align:middle;
}
h1, h2, h3, h4, h5, h6, p, ul, dl {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
.clear {
	clear:both;
}
.f_red {
	color:#FF0000;
}
.f_11 {
	font-size:11px;
}
.f_12 {
	font-size:12px;
}
.f_13 {
	font-size:13px;
}
.f_14 {
	font-size:14px;
}
.f_15 {
	font-size:15px;
}
.f_right {
	text-align: right;
}
.pb2 {
	padding-bottom:2px;
}
.pb5 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pb20 {
	padding-bottom:20px;
}
.pb25 {
	padding-bottom:25px;
}
.pb30 {
	padding-bottom:30px;
}
.pb40 {
	padding-bottom:40px;
}
.pb50 {
	padding-bottom:50px;
}
.pt2 {
	padding-top:2px;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt15 {
	padding-top:15px;
}
.pt20 {
	padding-top:20px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.pt40 {
	padding-top:40px;
}
.pt50 {
	padding-top:50px;
}
.pl05 {
	padding-left:0.5em;
}
.pl1 {
	padding-left:1em;
}
.mt5 {
	margin-top: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
#top {
	position: relative;
}
.font1 {
    font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ======== header ======== */
#header {
	width: 97%;
    max-width: 1000px;
	padding: 10px 0 0;
    margin: 0 0 0 3%;
	text-align: center;
    position: relative;
}
#header h1#head_logo {
    width: 60px;
}
#header h1#head_logo img {
    width: 100%;
    transition: all 0.3s;/*アニメーション設定*/
}
#header h1#head_logo img:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#header p {
    position: absolute;
    top: 8px;
    right: 8px;
}
#header p img {
    height: 17px;
}

/* ======== contents ======== */
#contents {
	width: 94%;
    max-width: 1000px;
    margin: 0 auto;
	padding: 40px 3% 80px;
}
.box {
    width: 100%;
    padding-bottom: 50px;
}
.box_btm {
    padding-bottom: 0;
}
.box_con {
    padding-left: 10px;
    padding-bottom: 60px;
    overflow: hidden;
}
.box_con_btm {
    padding-bottom: 0;
}
h1.title {
    padding-bottom: 30px;
}
h1.title img {
    height: 30px;
}
h1.title30 img {
    height: 27px;
}
h1.title2 {
    padding-bottom: 7px;
}
h2.title2 {
    padding-bottom: 30px;
}
h2.title2 img {
    height: 23px;
}
h2.h2title {
    font-size: 20px;
    font-weight: bold;
    color: #6890ba;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #6890ba;
}
p.p_button {
	width: 100%;
	padding: 15px 0 11px;
    margin-bottom: 3px;
}
p.p_button a {
	background-color: #324c66;
	color: #fff;
	max-width: 86%;
	padding: 14px 7%;
	font-weight: bold;
	font-size: 14px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
    transition: all 0.3s;/*アニメーション設定*/
}
p.p_button a:hover {
	background-color: #68798d;
}
p.p_button2 a {
	background-color: #fff;
	color: #324c66;
    border: 1px solid #324c66;
}
p.p_button2 a:hover {
	background-color: #d9e1e8;
}
p.square {
	padding: 0 0 7px 17px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	background:url("../images/icon_square.png") 0 6px no-repeat;
	-webkit-background-size:12px auto;
	-moz-background-size:12px auto;
	-o-background-size:12px auto;
	background-size:12px auto;
}
.f_bold1 {
	font-weight: bold;
}
.f_bold2 {
	font-weight: bold;
	font-size: 14px;
}
.f_bold3 {
	font-weight: bold;
	font-size: 16px;
}
.f_block {
    display: block;
}
.f_small {
	font-size: 12px;
    line-height:1.7em;
}
.pad_top1 {
	display: block;
	padding-top: 5px;
}
.pad_top2 {
	display: block;
	padding-top: 8px;
}
.pad_top3 {
	display: block;
	padding-top: 12px;
}
.div_left {
    float: left;
}
p.return_top {
    text-align: right;
}
p.return_top a {
	font-size: 12px;
    color:#6890ba;
    text-decoration: underline;
}
p.return_top a:hover {
    text-decoration: none;
}
/* 会員メニュー */
.m_menu {
    overflow: hidden;
}
.m_menu li {
    width: 48%;
    padding-right: 4%;
    padding-bottom: 15px;
    float: left;
}
.m_menu li.r_li {
    padding-right: 0;
}
.m_menu li a {
	display: block;
    width: 96%;
    background-color: #324c66;
	color: #fff;
	padding: 30px 2%;
	font-weight: bold;
	font-size: 18px;
    text-align: center;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
    transition: all 0.3s;/*アニメーション設定*/
}
.m_menu li a:hover {
	background-color: #68798d;
}
.m_menu2 li {
    padding-bottom: 12px;
}
.m_menu2 li a {
	padding: 15px 2%;
	font-size: 13px;
}
/***** フォーム *****/
#contents.login {
	width: 90%;
	margin: 30px auto 0;
}
.login dt {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}
.login dd {
	display: block;
	padding: 0 0 35px;
	margin: 0;
}
.login input[type=text], .login input[type=password]{
	width: 96%;
	font-size: 13px;
}
/* 団体ページ */
#contents.clubpage {
	width: 90%;
	margin: 10px auto 0;
}
p.sc_name {
	font-size: 25px;
}
p.event {
	font-size: 14px;
    padding-bottom: 7px;
}

/* ======== footer ======== */
#footer {
	background-color: #68798d;
	width: 94%;
	padding: 25px 3% 8px;
	color: #fff;
	overflow: hidden;
	text-align: center;
}
#footer ul {
	padding-bottom: 10px;
}
#footer li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 15px 0 12px; 
	margin-bottom: 12px;
    font-weight: bold;
}
#footer li.li_r {
	border: none;
}
#footer a {
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
	transition: all 0.3s;/*アニメーション設定*/
}
#footer a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
}
#footer p {
	font-size: 11px;
}

/* ======== return ======== */
#return p {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 40;
}
#return p a {
    position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background-color: #f9f6f2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}
#return p a:hover {
	background-color: #ddd5cc;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#return a span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 3px #8d7144;
    border-right: solid 3px #8d7144;
    transform: rotate(-45deg);
    position: absolute;
    right: 12.5px;
    top: 15px;
}

/* スマホ横～ */
@media screen and (min-width:480px) {
	/***** ログイン *****/
	#contents.login {
		width: 80%;
	}
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
	/***** ログイン *****/
	#contents.login {
		width: 50%;
		margin: 30px auto 0;
	}
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
    #header {
        margin: 0 auto;
    }
    #header h1#head_logo {
        width: 80px;
    }
    #header p img {
        height: 18px;
    }
    h1.title img {
        height: 33px;
    }
    h1.title30 img {
        height: 30px;
    }
    h2.title2 img {
        height: 26px;
    }
	/***** ログイン *****/
	#contents.login {
		width: 350px;
		margin: 40px auto 0;
	}
	.login dt {
		width: 100px;
		float: left;
	}
	.login dd {
		width: 250px;
		padding: 0 0 35px 100px;
	}
	.login input[type=text], .login input[type=password]{
		width: 240px;
	}
	/***** 団体ページ *****/
	#contents.clubpage {
		width: 550px;
	}

	/* ======== return ======== */
	#return p {
		right: 25px;
		bottom: 25px;
	}
	#return p a {
		width: 40px;
		height: 40px;
	}
	#return a span::before {
		width: 7px;
		height: 7px;
		right: 15px;
		top: 17px;
	}
}
/* PC */
@media screen and (min-width:1024px) {

	/* ======== contents ======== */
	p.p_button a {
		padding: 14px 40px;
	}
    /* 会員メニュー */
    .m_menu2 li {
        width: 23.5%;
        padding-right: 2%;
    }
    .m_menu2 li.r_li {
        padding-right: 2%;
    }
    .m_menu2 li.r_li_pc {
        padding-right: 0;
    }
    
	/* ======== footer ======== */
    #footer a {
        font-size: 13px;
    }
    #footer p {
        font-size: 12px;
    }
}
/* PC */
@media screen and (min-width:1366px) {
}