@charset "UTF-8";


/**************************************** reset */
*{
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{ 
	font-size: 62.5%;
}
body{
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 1.4rem;  
	line-height: 1.7rem;
	text-align: justify;
	/* スマホの縦横回転時用 */
	-webkit-text-size-adjust: 100%;
}


/**************************************** base */
body{
	color: #333;
}

#wrap{
	margin: 10px auto;
	width: 1000px;
}


/**************************************** common */
.dispn{
	display: none;
}
.red{
	color: #cc0000;
}
.m15{
	margin: 15px 0;
}
.line{
	text-decoration: underline;
}
.clearb{
	clear: both;
}
h3{
	padding: 10px 0;
	width: 950px;
	color: #666;
	font-size: 150%;
	clear: both;
}
h3 div{
	margin: 0 20px;
	padding: 5px 0;
}
.contents{
	margin: 0 10px;
	max-width: 950px;
	font-size: 1.2rem;
}
.contents .contents{
	margin: 0 0 0 40px;
	padding: 0 0;
	width: 850px;
}


.h2b{
	display: none;
}
.h2a{
	text-align: center;
}
/* 色選択時にサイズが変化するのを防ぐため最初から設定しておく */
input[type=text]{
/*	padding: 2px 0;*/
	background: #fff;
}



img.type,img.font,img.font2 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 1px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
img.type:hover,img.font:hover,
img.type:hover,img.font2:hover{
	text-decoration: none;
}
img.type:active,img.font:active,
img.type:active,img.font2:active{
	position: relative;
	top: 1px;
}
img.type,img.font,
img.type,img.font2{
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
img.type:hover,img.font:hover,
img.type:hover,img.font2:hover{
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
img.type:active,img.font:active,
img.type:active,img.font2:active{
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* 調整 */
img.h {
	padding: .1em 1.15em;
}
img.w {
	padding: 1.17em .1em;
}
img.font,
img.font2{
	padding: 5px;
}


.aka{
	color: #cc0000;
}

/**************************************** navi */

#navi{
	margin: 20px auto;
	padding: 12px 5px 10px 5px;
	width: 950px;
	background: #fff;
	list-style-type: none;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;  
}
#navi li{
	padding: 5px 10px;
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
#navi li a{
	color: #333;
}
#navi li a:hover{
	color: #cc0000;
}

.link{
	margin: 0 auto 20px auto;
	width: 920px;
	text-align: right;
}
.link td{
	vertical-align: middle;
}
.link .a{
	font-size: 1.4rem;
}
.link .b{
	width: 120px;
}
.link .a a{
	color: #666;
}


/**************************************** contents */
#header{
	margin:0 auto;
	width: 950px;
	height: 100px;
	background: url(/img/title.png) no-repeat;
}
	/* 英語版ページ */
	#en #header{
		background: url(/img/title_en.png) no-repeat;
	}
	/* 台湾語版ページ */
	#tw #header{
		background: url(/img/title_tw.png) no-repeat;
	}
	/* 中国語版ページ */
	#cn #header{
		background: url(/img/title_cn.png) no-repeat;
	}
	
#header_memo{
	margin:0 auto;
	width: 970px;
	height: 100px;
	background: url(/img/title_memo.png) no-repeat;
}
	

h1, h1 a{
	width: 970px;
	height: 100px;
	display: block;
}
h1 span{
	display: none;
}

#example{
	width: 100%;
}
/* スライド写真下部の説明 */
#siteguide{
	margin: 5px auto;
	width: 1000px;
	color: #333;
	text-align: center;
	font-size: 130%;
}
#fukidashi1{
	position: absolute;
	top: 240px;
	right: 20px;
}

.box{
	margin: 10px auto;
	width: 970px;
}
.box .stitle{
	padding: 5px 0;
	height: 50px;
	background: url(/img/bg.png) top center no-repeat;
}
h2{
	margin: 0 auto;
	width: 940px;
	background: #ddd;

	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
h2 div{
	margin: 10px 0;
	padding: 5px 10px;
}
.box .scontents{
	background: url(/img/bg.png) center -20px no-repeat;
}
.box .sfooter{
	height: 15px;
	background: url(/img/bg.png) center bottom no-repeat;
}

#footer{
	margin: 0 auto;
	padding: 20px 0;
	width: 970px;
	background: url(/img/bg.png) center top no-repeat;
	font-size: 1.3rem;
	text-align: center;
	clear: both;
}
#credit{
	margin: 10px 0 0 0;
	padding: 20px auto;
}



/**************************************** 「カレンダーを作る！」フォーム */

.guide{
	margin-bottom: 20px;
	padding: 10px;
	background: #fff0fc;
}

/* 共通 */
input,
select {
	padding: 10px;
	height: 45px;
	border: 1px #999 solid;
	border-radius: 8px;
	font-size: 1.6rem;
	background: #fff;
	color: #000;
}
input.ss,
select.ss{
	width: 70px;
	font-size: 1.2rem;
	vertical-align: middle;
}
input.m,
select.m{
	width: 100px;
}
input.l,
select.l{
	width: 150px;
}
input.ll,
select.ll{
	width: 200px;
}
select.left{
	text-align: left;
}

#psizefree {
	margin-top: 10px;
}


/* アカウント */
.account td{
	padding: 0 5px;
}
.account td,
.account td *{
	vertical-align: middle;
}

/* デザイン */
table.design th{
	padding: 0 5px;
	color: #333;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}
table.design td{
	padding: 5px 0;
	text-align: center;
	vertical-align: top;
}


/* フォント */
#fontselect,
#fontselect2{
	width: 850px;
	word-break: break-all;
}
	#fontselect2sw{
		margin: 20px 0;
	}
	#fontselect2{
		margin-top: 10px;
		display: none;
	}
#fontselect .box,
#fontselect2 .box{
	margin: 0;
	padding: 0;
	width: 100%;
}
#fontselect .box2,
#fontselect2 .box2{
	margin: 5px 0 0 0;
	padding: 0;
}
#fontselect .name,
#fontselect2 .name{
	padding-right: 30px;
	text-align: right;
}
#fontselect .name a,
#fontselect2 .name a{
	color: #888;
}


/* 用紙サイズ指定 */
.paperselect select{
	font-size: 120%;
}

/* 年月指定 */
.dateselect select{
	font-size: 120%;
}

/* 写真指定 */
#imageXwrap{
	margin: 10px 0 0 0;
	width: 800px;
	height: 200px;
	max-width: 800px;
	max-height: 800px;
	border: 0px solid #99ccff;
	background: #e5f6ff;
	/*
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	*/
	overflow: hidden;
}
#imageXdroparea{
	width: 800px;
	height: 200px;
	background: url(/img/bg_droparea.png) no-repeat;
	text-align: center;
}
	/* 英語版ページ用 */
	#en #imageXdroparea{
		background: url(/img/bg_droparea_en.png) no-repeat !important;
	}
	/* 中国語版ページ用 */
	#tw #imageXdroparea{
		background: url(/img/bg_droparea_tw.png) no-repeat !important;
	}
	/* 中国語版ページ用 */
	#cn #imageXdroparea{
		background: url(/img/bg_droparea_cn.png) no-repeat !important;
	}
#imageXdroparea span{
	display: none;
}
#image_drop_area{
	background-color:#ffffe0;
	width:300px;
	height:200px;
}
#preview_area{
	background-color:#e6e6e6;
	min-height:200px;
	width:600px;
}


/* オプション */
table.option td{
	padding: 3px 10px 3px 0;
	vertical-align: middle;
}
table.option td *{
	vertical-align: middle;
}
h4{
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}

/* 色指定 */
table.color{
	border-collapse: separate !important;
	border-spacing: 5;
	float: left;
}
table.color td{
	padding: 5px 7px;
	text-align: center;
	background: #f1f1f1;
	border: 1px #fff solid;
	vertical-align: middle;
}
table.color th{
	padding: 5px 7px;
	text-align: center;
	vertical-align: middle;
	background: #e6e6e6;
	border: 1px #fff solid;
}
	/* 英語版
	#en table.color th,
	#en table.color td{
		padding: 3px 5px;
	}
	#en table.color td .form{
		margin: 1px !important;
		padding: 1px !important;
	}
	 */
table.color td input{
	text-align: center;
}
table.color th.l{
	text-align: left;
}
/* 色選択 */
#colorpicker{
	margin: 0 0 0 0;
	padding: 0;
}
#colorpalette{
	margin: 10px 0 0 0;
}
#colorpalette td{
	width: 18px;
	height: 15px;
	border: 1px #999 solid;
}
#cpwrap{
	margin: 0 0 0 20px;
	float: left;
}

/* イメージ */
#calimagewrap{
	margin: 0 0 0 20px;
	width: 300px;
	border: 1px #ddd solid;
	float: left;
}
#calimagewrap td{
	padding: 0 10px;
	text-align: center;
}

#yearmonth{
	margin: 10px 0 5px 0;
	font-size: 1.5rem;
}
#yearmonth span{
	margin: 0 15px;
	font-size: 3rem;
}
#calimage{
	margin-bottom: 10px;
	width: 100%;
}
#calimage td{
	padding: 5px 3px;
	width: 14.285%;
	border: 1px #000 solid;
	font-size: 1.5rem;
	text-align: center;
}
#calimage td.h{
	padding: 5px 3px;
	vertical-align: middle;
}
#calimage div{
	font-size: 50%;
}
#calimage td.w1{ color: #ff0000; }
#calimage td.w2{ color: #000000; }
#calimage td.w3{ color: #0000ff; }
#calimage td.d1{ color: #ff0000; }
#calimage td.d2{ color: #000000; }
#calimage td.d3{ color: #0000ff; }
#calimage td.dln1{ color: #ffcccc; }
#calimage td.dln2{ color: #cccccc; }
#calimage td.dln3{ color: #ccccff; }


/* 作るボタン */
#createbutton{
	margin: 10px auto;
	text-align: center;
/*
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100px;
	margin-left: 260px;
*/
}
#createbutton input{
	width: 300px;
	height: 70px;
	font-size: 150%;
}






/* 広告
#ad{
	padding: 8px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #f1f1f1;
}

table.ad{
	margin: 10px auto;
}
table.ad th,table.ad td{
	padding: 5px;
	width: 50%;
	text-align: left;
}
 */

/**************************************** uploader */
#waiting{
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999999;
}
#waiting #loader{
	margin-top: -60px;
	margin-left: -60px;
	width: 120px;
	height: 120px;
	position: fixed;
	top: 50%;
	left: 50%;
}











/**************************************** PAY・Q&A・USER 共通 */

#qa,
#pay,
#user{
	margin: 0 auto;
	width: 950px;
}

#qa h2,
#pay h2,
#user h2{
	padding: 8px 15px;
	width: 100%;
	background: #666;
	color: #fff;
	font-weight: normal;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;  
	-webkit-box-shadow: 0px 0px 5px #999;
}
#qa h3,
#pay h3,
#user h3{
	font-size: 1.3rem;
}
#qa .contents,
#pay .contents{
	margin: 0 0 30px 0;
	padding: 20px;
	background: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;  
	-webkit-box-shadow: 0px 0px 5px #999;
}

#user h2,
#user h3,
#user .contents{
	margin: none;
	padding: none;
	color: none;
	background: none;
	font-size: none;
	font-weight: none;
}

/**************************************** Q&A */

.qa dt,
.qa dd{
	padding-top: 2px;
	padding-left: 30px;
	min-height: 20px;
	font-size: 1.3rem;
}
.qa dt{
	margin-top: 30px;
	background: url(/img/qa1.png) no-repeat;
	background-size: 20px 20px;
}
.qa dd{
	margin-top: 5px;
	background: url(/img/qa2.png) no-repeat;
	background-size: 20px 20px;
	font-size: 1.3rem;
}



/**************************************** PAY */

/* 「利用規約に同意する」ボタン */
#kiyakudoui{
	margin: 20px auto;
	text-align: center;
}

/* 「ユーザー登録のお申し込み」ボタン */
/* 表示完了時は見え内容にしてあり、規約同意ボタンのクリックでjsにより表示する */
#paybutton{
	height: 0;
	overflow: hidden;
	margin: 20px auto;
	text-align: center;
}

/* メッセージ・エラーメッセージ */
.message{
	margin: 30px auto;
	padding: 20px 30px;
	width: 600px;
	background: #eee;
	list-style: none;
	font-size: 1.3rem;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #999;  
	-webkit-box-shadow: 0px 0px 5px #999;
}
.error{
	color: #ff0000;
}

/* 利用規約 */
/* プライバシーポリシー */
#pay .kiyaku ul,
#pay .kiyaku ol,
#pay .privacy ul,
#pay .privacy ol{
	padding: 3px 15px 3px 25px;
}
#pay .kiyaku p,
#pay .privacy p{
	padding: 10px 15px 10px 25px;
}
#pay ol li{
	list-style-type: decimal;
}
#pay .nop p{
	display: inline;
}
/* 「以上」の右寄せ */
#pay .ijyou{
	text-align: right;
}

/* 特定商取引法に基づく表記 */
#pay table.tokutei{
	width: 100%;
}
#pay table.tokutei th,
#pay table.tokutei td{
	padding: 5px 20px;
	border-bottom: 1px #ccc solid;
}
#pay table.tokutei th{
	white-space: nowrap;
}
#pay table.tokutei td{
	width: 99%;
}
#pay table.tokutei ul li{
	list-style-type: disc;
}

/* 非表示 */
#pay p.x{
	height: 0px;
	width: 0px;
	overflow: hidden;
	display: inline-block;
}



/**************************************** ダウンロード */

#download{
	margin: 20px auto;
	padding: 12px 5px 10px 5px;
	width: 950px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
}
#download ul{
	padding: 10px 0 20px 20px;
	list-style: disc;
}
#download ul li ul{
	padding: 0 0 0 20px;
}


#callist{
	text-align: center;
}
#callist .box{
	margin: 5px;
	padding: 10px;
	width: 290px;
	height: 370px;
	background: #f5f5f5;
	border: 1px #eee solid;
	text-align: center;
	display: inline-block;
}
#callist .box .cal{
	margin: 0 auto 10px auto;
	width: 270px;
	height: 270px;
}
#callist .box .cal img{
	max-width: 100%;
	max-height: 100%;
}
#callist .box .note{
	width: 100%;
	height: 2.5em;
	overflow: hidden;
}
#callist .box .name{
	width: 100%;
	height: 1.3em;
	overflow: hidden;
}


.plink{
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-size: 1.4rem;
}
.plink a,
.plink span{
	padding: 0 5px;
}




/* AdSense */
.gad,.gad *{
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.gad{
	margin: 20px auto 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1000px;
}
.gad2 div,
.gad3 div{
	padding: 10px;
	width: 50%;
	text-align: center;
	display: inline-block;
}
.gad3 div{
	width: 33.33%;
}
@media screen and (max-width:767px){
	.gad2 div,
	.gad3 div{
		width: 100%;
		display: block;
	}
	.gad3 div:nth-of-type(3){
		display: none;
	}
}



.sp-replacer {
	padding: 0;
}