div,
ul,ol,li,
h1,h2,h3,
p {
	margin: 0;
	padding:0;
}
ul,ol,li {
	list-style: none;
}
img {
	border:0;
	vertical-align: text-bottom;
}
span{
	display: block;
}

input[type=text],input[type=button],textarea{
     padding:5px;
     margin-left:5px;
     border:2px solid #ccc;
     border-radius: 5px;
}

input[type=button]:hover{
	background:#ffffff;
}
h1,h2,h3 {
	font-weight:normal;
}
body{
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:13px;
	width:960px;
	margin:0 auto;
}
#body-all{
	width:960px;
	margin:0 auto;
	padding:0;
	background:url(../img/bg_main_white.png) repeat-y;
}
#body-all-hagaki{
	width:1200px;
	margin:0 auto;
	padding:0;
	background:url(../img/bg_main_white2.png) repeat-y;
}

#body-confirm{
	width:710px;
	margin:0 auto;
	padding:0;
}
#header_img {
	width: 935px;
	height: 20px;
	background-image: url(../img/bg_header_a.png);
	margin: 0 12px 0 13px;
}
#header_img-hagaki {
	width: 1175px;
	height: 20px;
	background-image: url(../img/bg_header_a2.png);
	margin: 0 auto;
}

#header{
	width:850px;
	margin:0 auto;
	text-align:center;
}
#header-hagaki{
	width:1200px;
	margin:0 auto 50px auto;
	text-align:center;
}

#pankuzu{
	width:800px;
	height:20px;
	margin:50px 0 0 40px;
}
#pankuzu-hagaki{
	width:800px;
	height:20px;
	margin:50px 0 0 40px;
}

#username{
	width:800px;
	height:20px;
	margin:5px 50px 15px auto;
	text-align:right;
	font-weight:bold;
}
#username-hagaki{
	width:800px;
	height:20px;
	margin:5px 50px -40px auto;
	text-align:right;
	font-weight:bold;
}
.username{
	display:block;
	padding:0 10px;
	text-decoration:none;
}
.tenpo-name{
	display:inline-block;
	border:solid 1px;
	padding:0 10px;
	background:rgb(235,235,235);
	text-decoration:none;
	margin:0 5px;
}


#contents-all{
	clear:both;
	width:850px;
	margin:-40px auto 0 auto;
	text-align:center;

	}
#contents-all-hagaki{
	width:1200px;
	margin:50px auto 0 auto;
	text-align:center;

}

#contents-confirm{
	width:800px;
	margin:40px auto 20px auto;
	padding:0 20px 15px 20px;
	border:solid 1px #cccccc;
	border-radius: 5px;
	background:#eeeeee;
}
.cart-msg{
	margin:-35px auto 30px auto;
	width:850px;
	height:20px;
}

#category{
	width:160px;
	float:left;
	position:relative fixed;
	margin:17px 0 0 0;
	/*border:#e5e4e6 1px solid;*/
}
#category-hagaki{
	width:1200px;
	margin:0 auto;
	/*border:#e5e4e6 1px solid;*/
}

#category.fixed{
    position:fixed;
    top:10px;
}

.menu_img{
	width:158x;
	height:45px;
	margin:0px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

.menu_list{
	margin-top:0px;
	padding:0px 0 1px 0;
	border:solid 1px #aaaaaa;
}

.menu_title{
	width:160px;
	height:50px;
	margin:0px 0 0px 0;
}
.menu_title2{
	width:158px;
	height:25px;
	margin-top:2px;
}

.margin_left{
	width:148px;
	/*height:25px;*/
	display:inline-block;
	text-align:left;
	padding-left:10px;
	font-size:11px;
}
.list_top{
	margin-top:-2px;
}
.menu_botan{
	margin-right:10px;
	padding-top:3px;
	vertical-align:center;
}
.border_line{
	height:10px;
	border-bottom:solid 1px #aaaaaa;
}
#contents{
	width:650px;
	margin:0 0 0 0;
	float:right;
	padding-right:30px;
}
#contents2{
	width:860px;
	margin: 0 auto;
	margin-bottom:100px;
}
#footer{
	clear: both;
	margin-left:12px;
	background-image: url(../img/bg_footer.png);
	width: 930px;
	height: 40px;
}
#footer2{
	clear: both;
	margin-left:12px;
	background-image: url(../img/bg_footer2.png);
	width: 1175px;
	height: 40px;
}
#footer ul ,#footer2 ul{
	padding-top: 10px;
	padding-left:30px;
}
#footer ul #copyright ,#footer2 ul #copyright {
	float: right;
	margin-right:40px;
	border-right-style: none;	
}
#footer ul li ,#footer2 ul li{
	float: left;
	list-style-type: none;
	margin-right: 5px;
	color: #ffffff;
	font-size: 14px;
}
#footer ul li a,#footer2 ul li a{
	text-decoration: none;
	color: #ffffff;
}
#footer ul li ,#footer2 ul li{
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	padding-right: 20px;
}
#footer ul #privacy,#footer2 ul #privacy {
	border-right-style: none;
}

.inner{
    margin:10px 0;
}

.gnavi{
    float:left;
    border-left:1px #999 dashed;
}
.gnavi li{
	float:left;
}

.gnavi li a{
    padding:10px;
    display:block;
    float:left;
    border-right:1px #999 dashed;
    background-color: #fff;
    color:#666;
    text-decoration: none;
}
.gnavi li a:hover{
    background: #eee;
}
.bread{
    font-size:80%;
    margin-bottom:20px;
}
h2{
    font-size:100%;
    padding-left:5px;
    border-left:5px #999 solid;
}
.cat-title{
	width:680px;
	height:25px;
	background:url(../img/midashi2.png) repeat-x;
	color:#ffffff;
    font-size:120%;
	padding:5px 0 5px 30px;
}
.cat-title2{
	width:680px;
	color:#ffffff;
    font-size:120%;
    background:#66aaff;
	margin-left:-30px;
	padding-left:30px;
}
.prints{
    width:680px;
	margin:33px 0 30px 0px;
    overflow: hidden;
}

.number{
    position:absolute;
    left:10px;
    top:-15px;
    font-family: Georgia;
    font-size:110%;
    font-weight: bold;
    background:#fff;
}

.caption{
    font-size:100%;
    text-decoration: none;
	text-align:center;
	margin-top:10px;
}
#lean_overlay{
    position: f1ixed; 
    z-index:100; 
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
/* モーダルウィンドウCSS */
.modalWindow{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding: 20px;
}
.lout4{
    width: 500px;
	height:470px;
    position: relative;
}
.lout4 img{
    float: left;
}
.lout4 h3,.lout4 p{
    margin-left:200px;
}
.lout4 .cart{
    display: block;
    position: absolute;
    right:20px;
    bottom:30px;
    border: 1px #ccc solid;
    border-radius: 5px;
    background:#eee;
	width:480px;
    padding:10px;
	margin-left:150px;
}
.lout4 input[type=text]{
    padding:5px;
}
.lout4 input[type=button]{
    padding:5px;
}


.snavi{
    float:left;
	padding:auto 20px;
}
.snavi li{
    font-size:85%;
    display:inline;
}
.snavi li:before{
    content:"| ";
    color:#fff;
}
.snavi li:first-child:before{
    content: "";
}
.snavi li a{
    color:#fff;
    text-decoration: none;
}
.snavi li a:hover{
    color:#99e3fd;
}
p.copyright{
    float:right;
	padding-right:55px;
    color: #fff;
    font-size:85%;
}
span.new:after{
    content:"NEW";
    font-weight: normal;
    font-size: 80%;
    color:red;
    padding:2px 4px;
    margin-left:5px;
    border:1px solid #f00;
    border-radius: 3px;
}
.imgsize{
	width:94px;
	height:130px;
}
.imgsize2{
	width:180px;
	height:260px;
	border:solid 1px;
	margin-right:20px;
}
.sumi{
	font-size:11px;
	color:red;
}

.formcss{
	 width:700px;
	 background-color:#eee;
	 border: 1px solid #ccc;
	 border-radius:10px;
	 padding:10px;
	 margin:10px;
}

.hissu{
	 display:inline;
	 border:1px solid red;
	 color:red;
	 border-radius:5px;
}

.error{
		color:red;
		font-size:12px;
}
	
table,th,td{
		border:none;
}
#login-body{
	margin:20px auto;
	width:960px;
}
#login-header{
	width:960px;
	border:solid 1px #cccccc;
}
#login-left{
	float:left;
	width:300px;
	height:100px;
	border:solid 1px #cccccc;
}
#login{
	float:left;
	width:350px;
	height:100px;
	border:solid 1px #ccccff;
}

#login-right{
	float:left;
	width:300px;
	height:100px;
	border:solid 1px #cccccc;
}

#login2{
	width:240px;
	table-layout:auto;
}
#login-contents{
	clear:both;
	position:relataive;
	width:960px;
	margin:0 auto;
	border:solid 1px #cccccc;
}
#login-contents2{
	position:relataive;
	margin:20px auto;
	width:800px;
	height:500px;
	border:solid 1px #cccccc;
}

input[type=text],input[type=password]{
     padding:1px;
     margin-left:5px;
     border:1px solid #ccc;
     border-radius: 2px;
	 font-size:14px;
}
.login-id{
	width:150px;
}
.login-msg{
	border:0px;
	color:red;
}
.confirm-tr{
	border:none;
	border-collapse: collapse;
}
.confirm-td{
	width:300px;
	height:25px;
	border:none;
	border-collapse: collapse;
	text-align:left;
	padding:1px;
}
.confirm-td-text{
	height:25px;
	border:none;
	border-collapse: collapse;
	text-align:left;
	padding-left:3px;
}
.confirm-td2{
	border:solid 1px #cccccc;
	border-collapse: collapse;
	padding:10px;
	height:10px;
}
.confirm-td3{
	border:solid 1px #cccccc;
	border-collapse: collapse;
	table-layout:auto;
}
.confirm-td4{
	border:solid 1px #cccccc;
	border-collapse: collapse;
	padding:8px 20px 8px 20px;
	text-align:left;
}
.confirm-td5{
	border:solid 1px #cccccc;
	border-collapse: collapse;
	padding:10px 40px 10px 20px;
	height:50px;
	text-align:left;
}

.confirm-td-text input{
	height:20px;
	width:250px;
	border:none;
}
.confirm-td-text0 input{
	height:20px;
	width:200px;
	border:none;
	margin-left:7px;
}
.confirm-td-text0 a:hover{
	background:silver;
}

.confirm-td textarea{
	border:none;
	height:60px;
}

.confirm1{
	width:800px;
	position:relative;
	padding-top:0px;
}
.confirm2{
	clear:both;
	padding-top:30px;
}
.ninsho-font{
	font-size:12px;
	color:#0077ff;
	text-align:center;
}
.kensaku_css{
	width:250px;
	height:25px;
	border:solid 1px #cccccc;
	margin-left:5px;
}
#confirm-err-msg{
	width:700px;
	height:20px;
	margin:-25px 0 20px 70px;
}

#confirm-please{
	width:800px;
	text-align:right;
	color:#0077ff;
	font-size:14px;
	margin-top:-10px;
	margin-bottom:15px;
	padding-right:30px;
}

#confirm-div{
	border:0;
	width:300px;
	float:left;
	margin:0;
	padding:0px;
	text-align:left;
}
#confirm-div2{
	width:420px;
	float:right;
}
#confirm-div2 input{
	border:solid 1px #ccc;
}
#confirm-div3{
	border:1px solid #ccc;
	width:300px;
	padding:12px;
	font-size:15px;
}
#thanks{
	width:960px;
	margin:100px auto;
	padding:10px;
	height:100px;
}

.cart{
	text-align:left;
	margin:0;
	padding-left:10px;
}

.cart-title{
	position:absolute;
	width:680px;
	height:20px;
	border-left:solid 5px #5599ff;
	border-bottom:solid 5px #5599ff;
	margin-top:15px;
}
.cart-inner0{
	clear:both;
	width:850px;
	margin:0 auto;
	margin-top:5px;
	padding-bottom:2px;
}

.cart-kobetu{
	clear:both;
	position:relative;
	width:850px;
	height:auto;
}

.cart-inner0-0{
	clear:both;
	width:850px;
	margin:0 auto;
}

.cart-inner1{
	float:left;
	padding:20px 0 0px 10px;
	width:130px;
	height:150px;
}
.cart-inner2{
	float:left;
	padding:20px 0 0px 10px;
	width:550px;
	height:150px;
	position:bottom;
}
.cart-table{
	width:500px;
}
.cart-td1{
	width:400px;
	height:50px;
	border:none;
}
.cart-td2{
	width:200px;
	height:50px;
	border:none;
}
.cart-td3{
	width:500px;
	height:50px;
	border:none;
}
.cart_biko{
	width:40px;
	height:50px;
	padding-top:23px;
}
.cart_zero_color{
	background:pink;
}
#cart-detail{
	width:850px;
	padding-top:30px;
	
}
.center{
	text-align:center;
	//font-size:12px;
}
.center2{
	text-align:center;
}
.left{
	text-align:left;
}
.nocss{
	border:none;
	background:#eeeeee;
}
.botan{
	width:70px;
	height:30px;
	display:inline;
	border:solid 1px;
	text-decoration:none;
}

#logo{
	width:850px;
	margin:20px auto;
	padding-right:20px;
}
#logo2{
	width:1120px;
	margin:20px auto;
	padding-right:20px;
}

.imglogo{
	width:80px;
	height:80px;
	float:left;
}

.imgtitle{
	width:350px;
	height:50px;
	float:left;
	padding-top:15px;
}
.imgcart{
	width:50px;
	height:50px;
	float:right;
}
.imgexit{
	width:50px;
	height:50px;
	float:right;
}
.f_right{
	float:right;
	margin-right:10px;
	padding-top:10px;
}
.f_right_m{
	float:right;
	width:150px;
	margin:20px 0px 0 0;
}
.f_right_m1{
	float:right;
	width:200px;
	margin:20px 20px 0 0;
}
.f_right_m1 a{
	background:url(../img/return_a.png) no-repeat;
	display:block;
	width:255px; height:33px; text-indent:-9999px;
}
.f_right_m1 a:hover{
	background:url(../img/return_b.png) no-repeat;
}
.f_right_m2{
	float:right;
	width:200px;
	margin:10px 20px 30px 0;
}
.f_right_m2 a{
	background:url(../img/advance_a.png) no-repeat;
	display:block;
	width:255px; height:33px; text-indent:-9999px;
}
.f_right_m2 a:hover{
	background:url(../img/advance_b.png) no-repeat;
}
.f_right_all{
	float:right;
	width:300px;
	padding-right:160px;
}

.f_left{
	float:left;
}
.f_left_m{
	float:left;
	width:200px;
	margin-top:20px;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.f-size14{
	font-size:14px;
}
.f-size15{
	font-size:15px;
}
.f-size16{
	font-size:16px;
}

.s-size{
	width:40px;
	height:20px;
}
.b-size{
	width:400px;
	height:60px;
}
#top{
	clear:both;
	width:850px;
	margin:0 auto;
	height:183px;
	padding-top:15px;
}
.imgtop{
	width:850px;
	height:213px;
}
.biko{
	width:40px;
	height:30px;
	padding-top:15px;
}
.textbox{
	width:30px;
	height:20px;
}
.textbox_css{
	background-color:pink;
}
#captcha_code{
	height:20px;
	font-size:15px;
}
#captcha_code2{
	height:25px;
	font-size:15px;
	background-color:pink;
}
.rireki_input{
	width:700px;
	height:70px;
}
.jisseki-td{
	border:none;
	border-collapse: collapse;
	width:80px;
}
.jisseki-spc{
	width:20px;
}
.jisseki-nen{
	width:40px;
}
.jisseki-gappi{
	width:30px;
}
.jisseki-botan{
	width:50px;
	text-align:center;
	border:none;
}
#jisseki1{
	float:left;
	width:680px;
	padding-top:10px;
}
#jisseki2{
	float:left;
	width:80px;
	padding-top:20px;
	padding-left:20px;
}
#jisseki3{
	float:left;
	width:80px;
	padding-top:10px;
	padding-left:10px;
}

#jisseki-errmsg{
	width:710px;
	margin:20px auto -20px;
	padding:0;
}
.square_banner{
	margin-top:5px;
}

.width-30{
	width:30px;
}
.width-50{
	width:50px;
}
.width-70{
	width:70px;
}
.width-100{
	width:100px;
}
.width-150{
	width:150px;
}
.width-300{
	width:300px;
}
.width-400{
	width:400px;
}
.noline{
	border:none;
	border-radius: 5px;
	background:#eeeeee;

}
.cancel-botan{
	background:pink;
	
}
.update-botan{
	width:50px;
	text-align:center;
	border:none;
	background:pink;
}
.tenpo_kensaku{
	width:50px;
}
.w70{
	width:70px;
}
.w200{
	width:200px;
}
.w300{
	width:300px;
}
.w400{
	width:400px;
}
.w500{
	width:500px;
}
.w800{
	width:800px;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}

.caption-confirm{
	width:800px;
	line-height:30px;
	background:blue;
	color:white;
}

:placeholder-shown {
    color: #bbb; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #bbb; }

/* Firefox 18- */
:-moz-placeholder {
    color: #bbb; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #bbb; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #bbb; }
	
/***トップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
    color: #838383;
    padding: 25px;
    border: solid 2px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
	text-decoration:none;
}
/***トップへ戻るボタンここまで***/

.flow_part{
	border:solid 1px #41719C;
	border-radius: 20px;
	background-color:#ffffff;
	padding:0 10px 10px 10px;
	margin:0 25px;
}
.flow_part h5{
	font-size:19px;
	margin-bottom:5px;
}
.flow_part h5 .number{
	font-size:25px;
}
.flow_part h5 .word{
	text-decoration:underline;
}
.flow_part .sentence{
	margin:0 15px 20px 15px;
}
.flow_part .change{
	margin:10px auto 0 auto;
	width:455px;
}
.flow_part .change img{
	width:160px;
	float:left;
}
.flow_part .change p{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	margin:120px 0 0 5px;
	width:280px;
	float:left;
	padding:5px;
}
.flow_yajirusi{
	height:59px;
	background:url('../img/flow_yajirusi.png') no-repeat center;
}
.flow_sentence{
	margin:0 4%;
}
.flow_sentence span{
	text-decoration:underline;
}
.flow_soryo{
	margin:0 0 60px 6%;
	line-height:25px;
	font-size:13px;
	border-collapse:collapse;
}
.flow_soryo td{
	border:solid 1px #000000;
	text-align:center;
	padding:5px 5px 5px 5px;
}
.flow_soryo .kome{
	border:none;
	text-align:left;
	font-size:14px;
}
/* ご注文の流れページ(flow.html)　終わり*/

.clearboth{
	clear:both;
}

.print .flow_number{
	position:absolute;
	top:0;
	left:0;
	font-size:22px;
	line-height:22px;
	color:red;
	font-weight:bold;
	background-color:#fff;
}
.flow_midashi{
	font-size: 20px;
	}
	
	.text_red {
	color:red;
	display:inline-block;
	}
