@charset "Shift_JIS";
/* CSS Document */

/* 共通設定 */
*{margin: 0px; padding: 0px;}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
//	text-align: center;
//	color: #333333;
	padding: 0px;
	margin: 0px;
//	background-color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,form { 
    margin:0; padding:0; font-size:100%;  
}  
.topimage {
	text-align: center;
	height: 190px;
	width: auto;
}
a {
	color: dodgerblue;
}
a:hover {
	color: #0066CC;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.clear {
	clear: both;
}
#frame {
	width: 320px;
	margin: 0 auto;
//	background-color: #FFFFFF;
}
/* フォント・ボーダー設定 */
.font_color1 {
	color: #CB0189;
}
.font_color2 {
	color: red;
}
.font_color3 {
	color: orange;
}

.font_small {
	font-size: 80%;
}

.font_bold {
	font-weight: bold;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

.hr_color1 {
	border: 1px solid gold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hr_color2 {
	border: 1px solid darkgray;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* フォーム設定 */
.form_area {
	background-color: gold;
	text-align: center;
}
.pull_down {
	width: 95%;
	padding: 5px;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.check {
	height: 20px;
	width: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
}
.radio {
    height: 20px;
	width: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.text {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btnfull_ok {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	font-size: 20px;
	background: -moz-linear-gradient(bottom, powderblue, #e8fafc);
    background: -webkit-gradient(linear, center bottom, center top, from(powderblue), to(#e8fafc));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid darkgray;

}
.btnfull_ng {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	font-size: 20px;
	background: -moz-linear-gradient(bottom, lightgrey, #fff);
    background: -webkit-gradient(linear, center bottom, center top, from(lightgrey), to(#fff));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid darkgray;
}
.btnfull_select {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	font-size: 20px;
	background: -moz-linear-gradient(bottom, lightgrey, #fff);
    background: -webkit-gradient(linear, center bottom, center top, from(lightgrey), to(#fff));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid darkgray;
}
.btnhalf_ok {
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
	background: -moz-linear-gradient(bottom, powderblue, #e8fafc);
    background: -webkit-gradient(linear, center bottom, center top, from(powderblue), to(#e8fafc));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid darkgray;
}
.btnhalf_ng {
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
	background: -moz-linear-gradient(bottom, lightgrey, #fff);
    background: -webkit-gradient(linear, center bottom, center top, from(lightgrey), to(#fff));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid darkgray;
}
.btnhalf_select {
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
	background: -moz-linear-gradient(bottom, lightgrey, #fff);
    background: -webkit-gradient(linear, center bottom, center top, from(lightgrey), to(#fff));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid darkgray;
}
.textarea {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
}
/* ボタン設定 */
.entry_m a {
	height: 120px;
	width: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: block;
	background-image: url(../spimg/entry_m.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.entry_f a {
	height: 120px;
	width: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display: block;
	background-image: url(../spimg/entry_f.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.login_m a {
	height: 60px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	float: left;
	background-image: url(../spimg/login_m.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.login_f a {
	height: 60px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	display: block;
	text-indent: -9999px;
	background-image: url(../spimg/login_f.png);
	background-repeat: no-repeat;
}

/* テキスト表示できるボタン背景画像 */
.link_bg_img {
	background-image: url(../spimg/btn_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	text-align: left;
	width: 100%;
}
.link_bg_img a {
	color: #FFFFFF;
	padding-top: 15px;
	display: block;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	height: 35px;
}


/* 見出し設定 */
.title {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(../spimg/star.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 110%;
	background-position: left center;
	color: #CB0189;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CB0189;
	width: 95%;
}
.title_sub {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(../spimg/color_swatch.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 100%;
	background-position: left center;
	color: #CB0189;
}
.link_icon {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	background-image: url(../spimg/arrow_state_blue_right.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 100%;
	background-position: left center;
}
.link_icon2 {
	text-align: left;
	background-image: url(../spimg/arrow_state_blue_right.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 100%;
	background-position: left center;
}
