@charset "UTF-8";

/*=======================================
			base and cullumn Around CSS Allstart
=======================================*/


/* ===================================
	reset Area
	=================================== */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	font-size:16px;
	color:#282828;
	word-break:break-all;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

img{
	border:none;
	padding:0;
	margin:0;
	max-width:100%;
	height:auto;
}

body{
	min-width:320px;
}


/* ===================================
	color design
=================================== */

/*-----------------------------------------------
	a-design
-----------------------------------------------*/
a {
color: #0033cc;
text-decoration: underline;
outline:none;
}


a:hover {
color: #c33;
text-decoration: none;
}

.bold{
	font-weight:bold;
}

/* ===================================
	font-size
	=================================== */

.fs-10px{font-size:10px !important;}
.fs-12px{font-size:12px !important;}
.fs-14px{font-size:14px !important;}
.fs-16px{font-size:16px !important;}
.fs-18px{font-size:18px !important;}
.fs-20px{font-size:20px !important;}
.fs-22px{font-size:22px !important;}
.fs-24px{font-size:24px !important;}
.fs-26px{font-size:26px !important;}
.fs-28px{font-size:28px !important;}
.fs-30px{font-size:30px !important;}
.fs-32px{font-size:32px !important;}
.fs-34px{font-size:34px !important;}
.fs-36px{font-size:36px !important;}
.fs-38px{font-size:38px !important;}
.fs-40px{font-size:40px !important;}

/* ===================================
	color
	=================================== */
.f-red{color:#c00 !important;}
.f-orange{color:#FF5C19 !important;}
.f-pink{color:#E30B79 !important;}
.f-blue{color:#06517F !important;}
.f-yellow{color:#DEDB16 !important;}
.f-green{color:#35D235 !important;}


/*================================
			culumn area
================================*/


/* ---------------------------------------------------
		culumns max-width settings
--------------------------------------------------- */

#header-wrap,
.head-bottom .hb-user-name-wrap,
#container,
#disp-switch{
max-width:940px;
margin:0 auto;
}








/*-----------------------------------------------------
		container
-----------------------------------------------------*/
#container {
	padding:0 10px;
	margin: 20px auto 40px;
	margin-top:10px;
}

/*------------------------------------------------
			disp-switch culmun Area
------------------------------------------------*/
#disp-switch{
	text-align:center;
	margin:0 auto 10px;
}
#disp-switch span{
}




/* ===================================
	formparts-design Area
	=================================== */

.text-input{
border:solid 1px #ccc;
border-radius:5px;
font-size:20px;
font-weight:bold;
}

select,option{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* ===================================
	caution-link
	=================================== */

#caution-link{
	display:block;
	text-align:left !important;
	margin:10px  5px 20px;
	line-height:1;
}
#caution-link a{
	display:inline;
	text-decoration:underline;
	color:#33c;
}



/*	SSL-seal Area Add 20140408 START
------------------------------------------*/


.ssl-seal{
	max-width:500px;
	margin:0 auto;
	padding:40px 0;
}

.ssl-seal img{
	float:left;
	display:block;
	margin-right:12px;
}

.ssl-seal .ssl-comment{
	margin-left:110px;
	font-size:14px;
}
.ssl-seal .ssl-comment strong{
	display:block;
	margin-bottom:0.5em;
}




/*	SSL-seal Area Add 20140408 END
------------------------------------------*/


/* ===================================

	Clearfix Area

	=================================== */
.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
line-height: 0;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end of for macIE */
