@charset "utf-8";

* {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Osaka-等幅,"Osaka-Mono","ＭＳ Ｐゴシック","MS PGothic","ＭＳ ゴシック","MS Gothic",sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

h1{font-size: 1.3em;}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #005470;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul{list-style: none;}

li,p{
	color: #666;
}

li, p, span {
    font-size: 10pt;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/*汎用クラス*/
.f_left{float: left;}
.f_right{float: right;}
.clear{clear: both;}

.bgc_EEE{background-color: #EEE;}
.bgc_FFF{background-color: #FFF;}
.bgc_000{background-color: #000;}
.bgc_CCC{background-color: #CCC;}
.bgc_lightPink{background-color: #f4eaf9;}

.color_FFF{color: #FFF;}
.color_red{color: #ff0000;}

html body .m_auto{margin: auto;}
html body .mt_5{margin-top: 5px;}
html body .mt_10{margin-top: 10px;}
html body .mt_20{margin-top: 20px;}
html body .mt_30{margin-top: 30px;}
html body .mt_80{margin-top: 80px;}
html body .ml_5{margin-left: 5px;}
html body .ml_10{margin-left: 10px;}
html body .ml_20{margin-left: 20px;}
html body .ml_70{margin-left: 70px;}
html body .mr_5{margin-right: 5px;}
html body .mr_10{margin-right: 10px;}
html body .mr_30{margin-right: 30px;}
html body .mb_5{margin-bottom: 5px;}
html body .mb_10{margin-bottom: 10px;}
html body .mb_20{margin-bottom: 20px;}
html body .mb_30{margin-bottom: 30px;}

html body .p_10{padding: 10px;}
html body .p_30{padding: 30px;}
html body .pt_10{padding-top: 10px;}
html body .pr_10{padding-right: 10px;}
html body .pb_10{padding-bottom: 10px;}
html body .pl_10{padding-left: 10px;}
html body .ptb_5{padding: 5px 0;}

.bl_1S_CCC{border-left: 1px solid #CCC;}
.br_1S_CCC{border-right: 1px solid #CCC;}
.b_1S_CCC{border: 1px solid #CCC;}
.bb_none{border-bottom: none;}

.align_center{text-align: center;}

.dp-none{display: none;}

.border_box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.underline {
	background-image: -webkit-linear-gradient(1.6deg, #f2eea5, #f2eea5 25%, transparent 25.1%, transparent);
	background-image: -moz-linear-gradient(1.6deg, #f2eea5, #f2eea5 25%, transparent 25.1%, transparent);
	background-image: -o-linear-gradient(1.6deg, #f2eea5, #f2eea5 25%, transparent 25.1%, transparent);
	background-image: -ms-linear-gradient(1.6deg, #f2eea5, #f2eea5 25%, transparent 25.1%, transparent);
	background-image: linear-gradient(1.6deg, #f2eea5, #f2eea5 25%, transparent 25.1%, transparent);
	border-radius: 0 0 3px 9px;
	color: #2f2f2f;
	margin: 0 2px;
	padding: 2px 5px;
}

p.link-triangle a {
	font-size: 0.9em;
}

p.link-triangle span {
	display: inline-block;
	vertical-align: 1px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #ed1f27;
}

body {
	background-color: #eee;
}

/*ヘッダー*/
header{
	position: fixed;
	z-index: 100;
	height: 55px;
	width: 100%;
	border-top: 18px solid #bbb0bf;
	border-bottom: 1px solid #bbb0bf;
}

#header_inner{
	width: 1024px;
	margin: 0 auto;
}

#header_inner h1,#header_inner img{
	height: 30px;
	margin-top: 1px;
}

/*コンテンツエリア*/
div#contents {
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 1px;
}

/*main*/
div#main_area{
	overflow: hidden;
	width: 1024px;
	margin-top: 20px;
}

div#main_area button:nth-of-type(n+2) {
	margin-left: 7px;
}

div#main_area.non-login {
	margin-top: 55px;
}

section.error {
	background-color: #fdf2f1;
	padding: 10px 0 7px 10px;
	border: 1px solid #dd4b39;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}

section.with_first_message {
	padding: 15px 0 14px 20px;
}

section.with_first_message li span.error {
	display: inline-block;
	color: #960;
	margin-bottom: 5px;
}

section.error li {
	font-size: 0.9em;
}

/*main left*/
#main_left_area{
	width: 750px;
	padding-top: 5px;
	padding-bottom: 50px;
	border-right: 1px solid #999;
}

#main_left_area nav{
	width: 730px;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #999;
}

#main_left_area nav ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
}

#main_left_area nav ul li:nth-child(2),
#main_left_area nav ul li:nth-child(5),
#main_left_area nav ul li:nth-child(7),
#main_left_area nav ul li:nth-child(9){
	margin-right: 25px;
}

section#main_left_area nav.fixed {
	position: fixed;
	top: 55px;
	left: 0;
	z-index: 100;
	background-color: #fff;
	width: 100%;
	padding: 7px 0 0 0;
	margin-bottom: 5px;
}

section#main_left_area nav.fixed ul {
	width: 1024px;
	margin: 0 auto;
}

/*メイン右*/
#main_right_area{
	width: 264px;
	padding-top: 5px;
	padding-left: 10px;
}

#main_right_header{
	min-height: 40px;
}

#main_right_header p{
	line-height: 18px;
}

#main_right_header p:nth-of-type(1) {
	padding-top: 3px;
}

#main_right_header p span.user_name {
	font-size: 1.2em;
}

#main_right_serch_box input{
	width: 132px;
}

#main_right_serch_box button{
	min-width: 70px;
	width: 70px;
}

/*ナビの更新アイコン*/
nav ul li{
	position: relative;
	display: inline-block;
}

nav .nav_icon{
	position: absolute;
	top: -5px;
	right: -3px;
	color: #fff;
	background-color: #f30;
	text-align: center;
	height: 14px;
	width: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

nav .nav_icon span {
	font-size: 0.7em;
	vertical-align: 5px;
}

/*フッター*/
footer{
	height: 50px;
	border-color: #bbb0bf;
	border-style: solid;
	border-width: 2px 0;
}

#footer_inner{
	width: 1024px;
	height: 50px;
	padding-top: 13px;
}

#footer_inner ul li{
	display: inline-block;
}

#footer_inner ul li a {
	font-size: 0.8em;
}

#footer_inner ul li span {
	color: #fff;
	margin: 0 15px;
}

#footer_inner ul li a,
#footer_inner ul li a:link,
#footer_inner ul li a:visited{
	color: #FFF;
	text-decoration: none;
}

div#footer_inner ul,
div#footer_inner p {
	width: 50%;
	display: inline-block;
}

div#footer_inner p {
	text-align: right;
}

div#footer_inner p small {
	color: #fff;
	font-size: 0.8em;
}

/*アバター関係*/
.avatar_area_L{
	height: 100px;
	width: 100px;
}

.avatar_area_L div{
	border: 4px solid #FFF;
}

.avatar_area_M{
	height: 40px;
	width: 40px;
	margin-right: 5px;
}

.avatar_area_M div{
	border: 1px solid #CCC;
}

.avatar_area_S{
	height: 35px;
	width: 35px;
}

.avatar_area_S div{
	border: 1px solid #CCC;
}

.avatar_mine{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-image: url("../images/common/profile_icon.png");
	background-position: center;
	background-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.avatar_moz{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-image: url("../images/common/profile_icon_m.png");
	background-position: center;
	background-size: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*その他汎用なパーツ*/
span.user_name{
	color: #7531d9;
	font-weight: bold;
}

input.btn_type_A,
button.btn_type_A,
input.btn_type_B,
button.btn_type_B {
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #555;
	background-color: #ededed;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	-o-text-shadow: 1px 1px 0 #fff;
	-ms-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 0 #fff inset;
	-moz-box-shadow: 1px 1px 0 0 #fff inset;
	-o-box-shadow: 1px 1px 0 0 #fff inset;
	-ms-box-shadow: 1px 1px 0 0 #fff inset;
	box-shadow: 1px 1px 0 0 #fff inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	min-width: 140px;
	padding: 8px 12px 7px 12px;
	margin: 0px;
	border: 1px solid #dcdcdc;
}

input.btn_type_B,
button.btn_type_B {
	font-size: 0.8em;
	min-width: 100px;
	padding: 6px 9px 3px 9px;
}

input.btn_type_A:active,
input.btn_type_A:active,
input.btn_type_B:active,
input.btn_type_B:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

input[type="text"],
input[type="password"] {
	font-size: 0.9em;
	width: 96%;
	height: 20px;
	padding: 6px 7px 5px 7px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

/**** Checkbox ****/
input[type="checkbox"] {
	margin-top: 0;
}

input[type="checkbox"] + label {
	display: inline-block;
	color: #666;
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 1;
	margin: 0 20px 0 5px;
}

@media (min-width: 1px) {
	input[type="checkbox"] {
		visibility: hidden;
	}

	input[type="checkbox"] + label {
		padding: 1px 0 0 5px;
	}

	input[type="checkbox"] + label:before {
		position: absolute;
		content: "";
		top: 50%;
		left: -20px;
		background-color: #fff;
		width: 14px;
		height: 14px;
		margin-top: -10px;
		border-radius: 20%;
		border: 2px solid #aaa;
	}

	input[type="checkbox"]:checked + label:after {
		position: absolute;
		content: "";
		top: 3px;
		left: -16px;
		width: 7px;
		height: 3px;
		border-left: 3px solid #ed1f27;
		border-bottom: 3px solid #ed1f27;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	input[type="checkbox"]:checked + label:before {
		border: 2px solid #ed1f27;
	}
}

textarea {
	font-size: 0.9em;
	padding: 6px 7px 5px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

textarea.readonly {
	color: #666;
}

select {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #666;
	font-size: 0.9em;
	padding: 6px 7px 5px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

select option {
	color: #666;
	font-size: 0.9em;
	margin-top: 3px;
}

.frame{
	border: 1px solid #CCC;
	padding: 2px 5px 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

input:focus {
	border-color: #eea34a;
}

input:placeholder-shown {
	font-weight: normal;
	color: #aaa;
}
input:input-placeholder {
	font-weight: normal;
	color: #aaa;
}
input::-webkit-input-placeholder {
	font-weight: normal;
	color: #aaa;
}
input:-moz-placeholder {
	font-weight: normal;
	color: #aaa;
}
input::-moz-placeholder {
	font-weight: normal;
	color: #aaa;
}
input:-ms-input-placeholder {
	font-weight: normal;
	color: #aaa;
}
