@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
  　padding:0px;
 　width:100%;
}

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

table{
	font-size:15px
}

h1{ 
}

h2 {
	font-size:32px;
	color: #069;
	margin:0 0 0 0; 
	padding:10px 0 10px 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

}

h3 {
	font-size:24px;
	color: #366;
	margin:0 0 0 0; 
	padding:10px 0 10px 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color:#C8D9D9;
	border-left:15px solid #399;
}

	
h4 {
	color: #699;
	font-weight:;
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:10px 0 10px 0;
	opacity:0.6
}

.ti{
    font-size:100px;
	color: #936;
    font-family: 'Spirax', cursive;
	border-bottom:3px dotted  #CFA7B1;
	margin-top:0px;
	margin-bottom:30px;
	line-height:80px;
}

.ti2{
    font-size:50px;
	color:  #300;
    font-family: 'Spirax', cursive;
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0;
	border-color: #630;
	border-style: double;
	/*background: #EBE6E2;*/
	line-height:120%;
}

.husen {
	color:#FFF;
	font-size:18px;
	width: 260px;
	height: 40px;
	padding-left:20px;
	line-height: 40px;
	position: relative;
	background: #B68988; /* 付箋の色 */
	border-left:15px solid #741538;
}
.husen:after {
	width: 230px;
	height: 33px;
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	/* ぼかし */
	-moz-box-shadow: 8px 8px 8px #999; /* Firefox */
	-webkit-box-shadow: 8px 8px 8px #999; /* Safari and Chrome */
	box-shadow: 8px 8px 8px #999;
	/* 回転 */
	-moz-transform: rotate(3deg); /* FireFox */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-ms-transform: rotate(3deg); /* IE */
	transform: rotate(3deg);
	z-index: -1;
}
	
img{
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
    outline:none;
}

a img {
		border: none;
		outline:none;
}
.center{
text-align: center;
}

.right{
text-align: right;
}


img2{
	border:0;
	margin:10px;
	padding:0;
	vertical-align: top;
}

#img3{
	border:0;
	margin:0;
	padding:0; 
	vertical-align:bottom;
}

ul, li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.list li {
	list-style-type:disc;
	padding:0 5px ;
	margin:0 20px;
	list-style-position:outside

}


a{
	text-decoration: none;

}

a:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

p{
	}
	
#wrapper {
	font-size:14px;
	color:#000000;
	width:1000px;
	margin: 0 auto;
}
	
#header1{
	padding-bottom:50px;
	margin:50px 0 20px 0;
	text-align:center;
	border-bottom:3px solid #000
}
.menu{	  
    text-align: center;
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:1px #E3E3E3 solid
}
.menu  li {
	display: inline;
	padding:0 20px
}
.menu li a{
	color: #000
}
.menu li a:hover{
	color: #FF3131
}
/************************/
#sideber{
	float:left;
	width:250px;
}
.lefttitle{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	width:250px;
	padding:10px ;
	margin:0px 0 ;
	border-bottom: double #000000
}
ul.leftmenu{
	margin:0 0 20px 0px;
	position:relative;
	padding-top:20px
}
ul.leftmenu li {
	list-style-type:none;
	padding-bottom:12px;
	padding-left:18px
}
ul.leftmenu li:before{
    content: ' ';
    border: transparent solid 0.3em;
    border-left-color: #000000;
    position: absolute;
    height: 0;
    width: 0;
    left:5px;
    margin: 0px;
    margin-top: 0.4em;
    padding: 0px;}
ul.leftmenu li a{
	color:#000000
}
ul.leftmenu li a:hover{
	color: #FF3131
}
.english{
	color: #CCC;
	font-size:12px
}


.leftmenu-annai{
	width:250px;
	padding:10px ;
	margin:0px 0 ;
	border-bottom: 2px dotted #666666 
}
/************************/
#contents {
	margin:20px 10px;	
	width:680px;
	float:right;
}
.table-photo tr td{
	padding-right:1px	
}

#kaso {
	margin-left :320px

}
/************************/

#footer {
	width:100%;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	margin:30px 0 0 0;
	background-color: #CCC;
}
/************************/

.red-strong {
	font-weight: bold;
	color: #F00;
}

.iinjoho {
	width:668px;
	border: 1px solid #999999;
	padding:5px;
	margin:5px 0 0 0;
	background-color:#FFF;
}

.iinjoho td {
	border-bottom:dashed #659B2C 1px;
}

.kyocho01 {
	color:#FF8000;
	font-weight:bold;
	font-size:15px;
}

.subti {
	font-size: 26px;
	color: #609FA6;
}
.red-mini {
	color:#C00;
	font-size:11px
}
.staff_name {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #A0CA40;
	text-align: left;
	background-attachment: scroll;
	background-position: left center;
}

.index-bgblue {
	width:660px;
	border: 0px;
	padding:5px;
	margin:5px 0 0 0;
	background-color:#00BFFF;
}



#footer1left {
	width:600px;
	float:left;
	text-align:left;
	padding:20px 0 0px 20px;
	margin:0;
}

#footer1right {
	width:320px;
	float:right;
	text-align:left;
	padding:20px 20px 0px 0;
	margin:0;
	background-color:#999;
	color:#FFF;
	font-size:14px;
}

.blue {
	color: #00F;
	font-weight: normal;
}


.gray {
	color:#666;
	font-weight: normal;
}



/*-------------------------------------------------*/
/* メール設定　送信完了画面                                    */
/*-------------------------------------------------*/
div.fmail_thankspage {
	padding: 15px;
	line-height: 1.5em;
	font-size: 12px;
}


/*-------------------------------------------------*/
/* ボタンの設定                                    */
/*-------------------------------------------------*/
/* 確認画面の送信ボタンの装飾 */
form#fmail p {
	width: 100%;
	text-align: center;
}

/* 確認画面へ進むボタンの装飾 */
.submit_confirm_button {
	width:160px;
	height:35px;
	border-width:0;
	border-style:none;
	background:url(img/submit_button.jpg);
}
.submit_confirm_button:hover {
	background-position: right bottom;
}


/* 送信ボタン */
.submit_send_button {
	width:160px;
	height:35px;
	border-width:0;
	border-style:none;
	background:url(img/send_button.jpg);
}
.submit_send_button:hover {
	background-position: right bottom;
}

/* 戻るボタン */
.submit_cancel_button {
	width:160px;
	height:35px;
	border-width:0;
	border-style:none;
	background:url(img/back_button.jpg);
}
.submit_cancel_button:hover {
	background-position: right bottom;
}

/* 送信完了画面 */
.site_top a{
	display:block;
	width:160px;
	height:35px;
	margin: 1em auto;
	border-width:0;
	border-style:none;
	background:url(../images/top_button.jpg);
	text-align:center;
	text-indent:-9999px;
}
.site_top a:hover{
	background-position: right bottom;
}


/*-------------------------------------------------*/
/* テーブル設定                                    */
/*-------------------------------------------------*/
table.mailform {
	padding: 1em;
	width: 100%;
	border-collapse: collapse;
	border: solid 3px #666666;
}
table.mailform tr th, table.mailform tr td {
	padding: 7px 5px 7px 5px;
	border-collapse: collapse;
	border: solid 1px #666666;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
table.mailform tr th {
	width: 150px;
	background: #f3faff;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 90%;
	height: 120px;
}



/*-------------------------------------------------*/
/* 項目内に関わる設定                              */
/*-------------------------------------------------*/
.fmail_year {	width: 60px;	text-align: right;}
.fmail_month {	width: 40px;	text-align: right;}
.fmail_day {	width: 40px;	text-align: right;}


/*-------------------------------------------------*/
/* 項目内に関わる設定                              */
/*-------------------------------------------------*/
/* 必須項目アイコン */
.fmail_must {
	display: block;
	float: right;
	width: 30px;
	height: 16px;
	background: url(../images/mfp_must.gif);
	text-indent: -9999px;
	color: red;
}

/* 注意 */
.fmail_caution {	color: red;}

/* インフォメーション */

.fmail_info {	color: #009900; margin:0 0 0 10px;}

/* 強調 */
.fmail_strong {	font-weight: bold;}


/*-------------------------------------------------*/
/* ラベル設定                                      */
/*-------------------------------------------------*/
label.fmail_label {
	display: block;
	float: left;
	margin-right: 10px;
	padding:5px;
	width: auto;
	height: auto;
}

/* hover */
label.fmail_label:hover {
	background-color: #FFCE3C;
}

label {
	cursor: pointer;
}


/*-------------------------------------------------*/
/* マニュアルに関わる設定（本番運用では不要）      */
/*-------------------------------------------------*/
.manual {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	font-size: 0.9em;
}


.form_privacy {
	background-color: #EFEFEF;
	font-size: 14px;
	line-height: 162%;
	width: 95%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 29px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 14px;
}
.form_privacy a {
	font-size: 14px;
}

/* お確かめ */
.must_for_advancement {
	text-align: right;
}


input,textarea {
	margin: 0.4em 10px;
	padding: 0.1em 10px;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input {
	line-height: 1.3;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}
.image_center .input_line {
	border-style: none;
	width: 173px;
	padding: 5px 0px 25px 0px;
	height: 49px;
}

textarea {
	padding: 0.4em 10px;
	font-size:12px;
}
.form .radio_text {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.form .table_attention {
	font-size: 10px;
	padding: 0px 0px 5px 11px;
	width: 300px;
}

/* フォームテーブル */
.form {
	margin-bottom: 30px;
	width: 95%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DBDBDB;
	border-left-color: #DBDBDB;
	margin-top: 5px;
}
.form th {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.form td {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.form th {
	text-align:left;
	margin:0;
	background-image: url(img/mail/table_th.gif);
	font-weight: normal;
	vertical-align: top;
	padding: 8px 0px 0px 15px;
}
.form td {
	background-color: #FFFFFF;
}
.form em {
	font-style: normal;
	color: #FF0000;
}

.voice01 {
	width:100%;
	display:block;
	border-bottom:2px dotted #8FBDD4 ;
	background-image:url(img/voice01.gif);
	background-repeat:no-repeat;
	text-indent:40px;
	padding-bottom:4px

}

.voice_box{
	margin:20px 10px;
	padding:5px 15px;
	background-color:#FFF;
    box-shadow:5px 5px 3px -2px rgba(0, 0, 0, 0.2);
}
.voice02 {
	width:100%;
	height:25px;
	display:block;
	border-bottom:2px dotted #CC6666 ;
	background-image:url(img/voice02.gif);
	background-repeat:no-repeat;
	text-indent:40px;
	padding-top:15px
}
.voice_box2{
	margin:20px 10px;
	padding:0px 15px 5px 15px;
    background-color: #F4ECD7;
    box-shadow:5px 5px 3px -2px rgba(0, 0, 0, 0.2);
}

.voice_box3{
	margin:20px 10px;
	padding:0px 15px 5px 15px;
	background-color: #DEE3D0;
    box-shadow:5px 5px 3px -2px rgba(0, 0, 0, 0.2);
}

.voice03 {
	width:100%;
	height:25px;
	display:block;
	border-bottom:2px dotted #669933;
	background-image:url(img/voice03.png);
	background-repeat:no-repeat;
	text-indent:45px;
	padding-top:25px
}
.box_a{
	margin:10px 5px;
	padding:20px 15px;
	background-color: #E6E0D7;
    box-shadow:5px 5px 3px -2px rgba(0, 0, 0, 0.2);
}
.box_b{
	display:block;
	margin:20px 5px;
	padding:20px 15px;
	background-color: #fff;
    box-shadow:5px 5px 3px -2px rgba(0, 0, 0, 0.2);
	border:1px solid #CCC
}

#open01,
#open02 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.modal_window {
	top: 15%;
	left: 50%;
	margin: -50px 0 0 -200px;
	width:710px;
	height:640px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
	border:1px solid #fff
}

.modal_window h2 {
	margin-bottom: 20px;
	width: 700px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size:20px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #666;

}
.modal_window p {
	padding: 0 20px 20px 30px;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
}

/*.modal_window a .close{
	color: #F00;
	font-size:20px;
	margin-top:350px}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}

.booktitle{
	margin:15px;
	font-size:20px;
	border:solid 1px #ddd;
    padding: 5px;
    border-radius: 5px;
    background: #eee;
    -moz-border-radius: 5px; /* FF */
    background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
    -pie-background:linear-gradient(top,  #fff,  #eee); /* ie */
    behavior: url(images/PIE.htc);  /* ie */
    }
.booktitle span{border-left:5px #3cf solid;padding-left:10px;}

.box-left{
	float:left;
	display:block;
	padding-right:20px;
	margin:0px 15px 10px 0

}

.box-right{
	float:right;
	display:block;
	padding-right:20px;
}


	.post h3{
			font-family: 'Josefin Sans', sans-serif;
			font-size: 18px;
			line-height: 24px;
			float: left;
			vertical-align: baseline;
		}
		
			.post h3{
				width: 176px;
			}
			.post.two h3{
				width: 416px;
			}
			.post.three h3{
				width: 656px;
			}
			
		.post-title{
			padding: 5px 10px;
		}
			.post-title a{
				display: block;
				border-bottom: none !important;
			}
			
			.post-format{
				width: 24px;
				height: 24px;
				-webkit-border-radius: 15px;
				-moz-border-radius: 15px;
				border-radius: 15px;
				background: #69aeb3;
				text-indent: -9999px;
				float: right;
				-webkit-box-shadow:0 1px 1px rgba(0, 0, 1, .4) inset;
           		-moz-box-shadow:0 1px 1px rgba(0, 0, 1, .4) inset;
                box-shadow:0 1px 1px rgba(0, 0, 1, .4) inset;
			}
				.post-format a{
					display: block;
					width: 24px;
					height: 24px;
					border-bottom: none !important;
				}
					.post-format a.image{background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/photo-icon.png) no-repeat 0 0 ;}
					.post-format a.video{background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/video-icon.png) no-repeat 0 0 ;}
					.post-format a.quote{background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/quote-icon.png) no-repeat 0 0 ;}
			
		.post-meta{
			background: #69aeb3;
			color: #fff;
			padding: 5px 10px;
			-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
            font-size: 12px;
		}
		
			.post-meta a {
				color: #fff;
			}
				.post-meta a:hover {
					color: #ddd;
				}
			
			.post-meta li{
				float: left;
				display: inline;
				line-height: 16px;
				
			}
				.post-meta .date,
				.post-meta .category,
				.post-meta .tag,
				.post-meta .link{
					padding-left: 22px;
					padding-right: 1em;
					margin: .3em 0;
				}
					.post-meta .date span{
						padding-right: .5em;
					}
				.post-meta .date{
					background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/date-icon.png) no-repeat 0 0;
				}
				.post-meta .category{
					background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/category-icon.png) no-repeat 0 0;
				}
				.post-meta .tag{
					background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/tag-icon.png) no-repeat 0 0;
					padding-right: .5em;
				}
					.post-meta .tag li{ margin-right: .3em;}
				
				.post-meta .link{
					background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/link-icon.png) no-repeat 0 0;
				}
			.post img,
			.post iframe{
				vertical-align: bottom;
			}

		/* Shared styles */
        
        .drop-shadow,
        .drop-shadow img {
            position:relative;

            -webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2) inset;
               -moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2) inset;
                    box-shadow:0 2px 2px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
		.lifted:before,
        .lifted:after { 
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;

            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);   
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
            -webkit-transform:rotate(-5deg);    
               -moz-transform:rotate(-5deg);   
                -ms-transform:rotate(-5deg);   
                 -o-transform:rotate(-5deg);
                    transform:rotate(-5deg);
        }
        
        .lifted:after {
            right:10px; 
            left:auto;
            -webkit-transform:rotate(5deg);   
               -moz-transform:rotate(5deg);  
                -ms-transform:rotate(5deg);  
                 -o-transform:rotate(5deg);
                    transform:rotate(5deg);
        }
.font_right{
	color: #995760;
	float:right;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size:12px;
}
.table1{
	width:90%;
	margin:15px auto;
}
.table1 tr th {
    padding:5px 10px;
	background-color: #B7A897;
	font-weight:normal;
	color: #FFF;
	font-size:18px;
	text-align:left ;

}
.table1 tr td {
	padding:5px 10px;
	color:#333333;
	background-color: #D5C7B9;
	font-weight:normal;
	text-align:right;
}
