@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, a, ul, li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */
body {
	color:#333;
	font-size:small;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	background:#f1f1f1;
	-webkit-text-size-adjust: none;
}
/* 全体
------------------------------------------------------------*/
.body {
	margin:0 auto;
	padding:0 1%;
	width:98%;
	position:relative;
	background:#fff;
}

.i_frame {
	padding: 0px;
	margin: auto;
	display: inline-block;
	vertical-align: top;
	text-align:center;
	width: auto;
	height: auto;
	border:0px solid #333;
	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;
}



.activate_edit fieldset legend {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
}
.activate_edit fieldset fieldset {
	font-size:1.2em;
	margin-top: 0;
	padding: 0.5em;
}


/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}


/*********************
	new template
****************************/


.frame_frm {
	display: inline-block;
}

.width100_frm {
	width: 100%;
}
.width50_frm {
	width: 50%;
	float:left;
}
div.infomation_box {
	margin: 10px;
	margin-right: 0px;
	padding: 1em;
	border-radius: 5px;
	border:1px solid #ddd; 
	background-color: #fff;
}

div.infomation_box h2 {
	padding: 4px;
	font-size: 1.2em;
}
div.infomation_box h2 span{
	float: right;
}
div.b_frame {
	padding: 0px;
	margin: auto;
	border:0px solid #333; 
	background-color: #fff; // #eee; // 
}


.i_frame {
	padding: 0px;
	margin: auto;
	display: inline-block;
	vertical-align: top;
	text-align:center;
	width: auto;
	height: auto;
	border:0px solid #333;
	background-color:#fff;
}


div.i_width100 {
	width: 100%;
}


.users_box {
	min-width: 240px;
	max-width: 480px;
	font-size: 1.0em;
	margin: auto;
	margin-top:1em;
	padding: 1em;
	border-radius: 5px;
	border:1px solid #ddd; 
	background-color: #fff;
	background: rgba
	text-align: center;
}
.users_box p {
	margin: 0.5em;
	text-align: center;
}
.users_box .button {
	font-size: 0.8em;
}

.i_frame h2{
	font-size: 2em;
	font-weight: bold;
}

div.i_title_frm{
	padding:0px;
	text-align:center;
	background-color: #333;
}

address {
	width: 100%;
	display: block;
	margin: auto;
	padding: 0.4em;
	border:0px; 
	color:#fff;
	background-color: #333;
	text-align: center;
}

div.i_abox {
	display: inline-block;
	margin: auto;
	padding: 0.4em;
	border:0px; 
	color:#fff;
	background-color: #333;
	text-align: center;
}

.product_note {
	text-align:left;
	font-size:1.4em;
	margin:0.5em;
}
.product_note li:first-child {
	 color: darkred;
}
.product_note_s {
	text-align:left;
	color: black;
}
.product_note_s li:first-child {
	 color: darkred;
}



/* all buttons
 */

input[type=submit],
a.button ,
input[type=submit].button2,
a.button2 {
	min-width:6em;
	display: inline-block;
	text-align: center;
	font-weight:normal;
	padding: 4px 8px;
	color:#333;
	border:1px solid #bbb;
	border-radius: 4px;
	white-space: nowrap;
	margin: auto;
	height:2.3em;
}
/* BUTTON2
 */
input[type=submit].button2,
a.button2 {
	display:block;
	min-width:80%;
	color: white;
	background-color: #6AAA16;
	background-image: none;
}

/* BUTTON1 */
input[type=submit],
a.button {
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
}

input[type=submit]:hover,
input[type=submit]:focus,
a.button:hover,
a.button:focus {
 color: white;
 text-decoration: none;
 text-shadow: none;
 background-color: #6AAA16;
 background-image: none;
	white-space: nowrap;
}

a.button2:hover,
a.button2:focus {
	color: black;
	background-image: url(../img/buttonBg.png);
}



/* かっこいいボックス */

.i_textarea2 {
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.i_textarea2 {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

.i_textarea {
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.i_textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.i_textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}


/* スマートフォン 終わり */
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input[type=text] {
	font-size: 1.2em;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

a{color:#8aaa16;text-decoration:none;}
a:hover{color:#708c0c;}
a:active,
a:focus {outline:0;}


/* フッター
------------------------------------------------------------*/
.footer {
	clear:both;
	width:100%;
	overflow:hidden;
	padding:10px;
	background:#e8e8e8;
}
.footer a{color:#333;}
.footer a:hover{color:#888;}

.footer .logo p,
.footer .logo img{
	float:left;
}
.footer .logo{
	float:left;
	padding:0;
	margin:0;
	background:transparent;
	font-size:0.9em;
}
.footer .logo img{
	width:auto;
	padding:0 5px 0 10px;
}
.footer .logo p {
	font-size:1.5em;
	font-weight:bold;
}
.footer .logo span{display:block;}

.footer .info{
	clear:both;
	float:left;
	padding:5px 0 0 15px;
	text-align:left;
}

.footer .info span{
	display:inline-block;
}
.footer .info a{
	font-size:0.8em;
	font-weight:bold;
	color:#8aaa16;
}

.footer .footnav{
	float:right;
	width:60%;
	padding:10px 0;
}

.footer .footnav li{
	float:left;
	margin-bottom:10px;
	padding:0 7px 0 8px;
	border-right:1px solid #b6b6b6;
}

.header .logo span,
.header .info span,
.footer .logo span,
.footer .info span {
	color:#333;
	font-size:.6em;
	font-weight:normal;
}
@media only screen and (max-width:959px){


	/* フッター
	------------------------------------------------------------*/
	.footer .logo,
	.footer .footnav{
		float:none;
		width:100%;
		text-align:center;
	}

	.footer .footnav li{
		float:none;
		display:inline-block;
	}

	.footer img,
	.footer .info{float:none;}
	.footer .info{
		float:none;text-align:center;
	}

	.footer .logo,
	.footer .info{
		width:100%;
		float:none;
	}
	.footer .logo p{float:none;display:block;}
	.footer .logo img{float:none;padding:0;}

}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.header{
		height:auto;
		padding-bottom:20px;
	}

	.header h1,
	.header .logo,
	.header .logo span,
	.header .info span,
	.header .info{
		clear:both;
		width:100%;
		float:none;
		text-align:center;
		display:block;
	}
	
	.header .logo p{float:none;display:block;}
	.header .logo img{float:none;padding:0;}

	.alignleft,
	.alignright{
		float:none;
		display:block;
		margin:0 auto 10px;
	}
}