@charset "UTF-8";
/*
	Theme Name: Ichigo Branding 株式会社　SNS BLOG System
	Description:  <a href="www.ichigo-branding.com">Ichigo Branding 株式会社</a>. Fitness Self Branding
	Theme URI: 
	Author: Ichigo Branding 株式会社
	Author URI: www.ichigo-branding.com
	Version: 1.0
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: self, right-sidebar, two-columns

*/

/****************************************

          General Setting

*****************************************/

html,body {
	margin: 0;
	padding: 0;
}


body {
    color: #333;
	font-size: 14px;
    font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	bodysans-serif;
    line-height: 160%;
}


/****************************************

          Typography

*****************************************/

h3, h4, h5, h6{
	font-weight: normal;
	
}

h1 {
	margin-bottom: 5px;
	font-size: 85%;
	font-family: MS UI Gothic;
}
h2 {
	margin-bottom: 5px;
	font-size: 155%;
	font-family: MS UI Gothic;
	border-bottom: 1px dashed #f19ec2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


h3 {
	margin-bottom: 5px;
	font-size: 160%;
	font-family: MS UI Gothic;
	border-bottom: 1px solid #ffccff;
}


h4 {
	margin-bottom: 5px;
	font-size: 120%;
	font-family: MS UI Gothic;
	border-bottom: 1px dashed  #339999;
}

h5 {
	margin-bottom: 0px;
	font-size: 115%;
	font-family: MS UI Gothic;
	background-image: url(images/h6.png); no-repeat 50% 50%;
	color: #fff;
	margin-left:190px;
	margin-top: 0px;
	height: 28px;
	width: 490px;
	padding: 8px 0 0 0;
}


blockquote{
	margin-bottom: 2em;
	margin-left: 250px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
.pagetitle{
	margin-bottom: 40px;
	}

/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0 5px 0 8px;
	font-size: 1.2em;
	list-style: none;
	line-noheight: 1.8em;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fe56aa;
}


/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 980px;
}

#header {
	margin-bottom:3px;
}
	#header .alignleft,
	#header .alignright{
　　width: auto;
	}
	#header .alignright{
		width: 200px;
	}




#main {
	float: right;
	width: 690px;
	margin-right: 10px;
}

#sidebar {
	float: left;
	width: 250px;
	margin-left: 10px;
}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}


#sidebar-f{
	color: #fff;
	}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#logo{
	border-bottom: 1px dashed #f19ec2;
}

#logo a{
	border: none;
}

#description {
	margin-top: 0;
	color: #777;
}

#searchform{
	position: relative;
	margin-top: 45px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		　nd: url(images/search.png) no-repeat 50% 50%;
	}


/****************************************

          Navigation

*****************************************/
#header .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
	z-index:100;
}
	#header div.menu > ul,
	#header ul.menu{
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: left;
	}

	#header .menu li{
		position: relative;
		border-top: 0px solid;
		border-right: 0px solid;
		border-bottom: 0px solid;
	}
		#header .menu li a{
		    color:#FFFFFF;
			display: block;
			padding: 0.5em 1em;
			border-bottom: none;
		}
		#header .menu li a:hover{
			display: block;
			padding: .5em 1em;
			border-bottom: none;
			color: #fe56aa;
			background-color:#fff;		
			}
		
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{
			border-bottom: 0px solid #fff;
		}

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 200px;
			border: 1px solid #ddd;
			background: #a9a9a9;
		}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
			}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:150px;
			}
				#header .menu li:hover > ul{
					display: block;
				}
				
/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 240px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin:0 0 10px 0;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main
#breadcrumb
*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 0px;
	border-bottom: 1px solid  transparent;
	margin-top: 10px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #B1ACAC;

}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
.navigation > div{
		width: 50%;
	}

.navigation .alignright{
		text-align: right;
	}

.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
.navigation a:hover{
		background: #f19ec2;
		color: #000;
}
.navigation .alignright a:hover{
		border-left: 1px solid #ddd;
}

.footer-post-meta{
		margin-top: 40px;
		text-align: right;
}
.post-author　{ 
		padding-left: 1em; 
}
.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
.page-link a span,
.comment-page-link a{
		background: #fff;
}
	
.page-link a{
		border-bottom: none;
		color: #000;
}
	
.page-link a span:hover,
.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
}


/****************************************

          Related Posts

*****************************************/

div.related-posts{
	padding-bottom: 20px;
}

#related{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 20px;
}
ul#related-posts li{
	margin-bottom: 30px;
}
ul#related-posts .content-box{
	width: 480px;
}
	ul#related-posts h4{
		margin: 0;
	}
	ul#related-posts p{
		margin: 0;
	}
ul#related-posts .thumbnail-box{
	width: 100px;
}
	ul#related-posts img{
		width: 100px;
		height: 100px;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 20px;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

#respond{
	margin-bottom: 40px;
}


/****************************************

          Custom Comments

*****************************************/

#custom-comments > li{
	margin-bottom: 40px;
}

#custom-comments .comment-author,
#custom-trackback .trackback-author{
	float: left;
	margin-bottom: 20px;
	width: 250px;
}
	#custom-comments .bypostauthor > div .comment-author{
		float: right;
	}

	#custom-comments .comment-author cite span {padding-left: .5em;}

	#custom-comments .comment-meta {
		margin-top: 0;
	}

#custom-comments .comment-body,
#custom-trackback .trackback-body{
	float: right;
	margin-bottom: 20px;
	width: 300px;
}
	#custom-comments .comment-body{
		background: url(images/quote.png) no-repeat 0 0;
	}

	#custom-comments .bypostauthor > div .comment-body{
		float: left;
	}
		#custom-comments .comment-body p{
			padding-left: 1.5em;
		}

#custom-comments ul.children{
	margin-left: 20px;
}


/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	width: 418px;
	padding:10px 10px 0 10px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 220px;
		height: 220px;
		border: 1px dashed #aaa;
		padding: 4px;
		margin: 0 0 10px;
	}

/*画像ボタン半透明*/
.thumbnail-box a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
.image a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
.image5  {
	margin-top: -30px;
	margin-bottom: 15px;
}
.image5 a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
#sitetop  {
	margin-top: 40px;
	margin-bottom: 15px;
}
#sitetop a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
.sidebar-thumbnail-box a:hover{
    opacity: 0.7;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

#btn_melmag a:hover{
    opacity: 0.7;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.img-wihte{    
    margin-bottom: -15px;
    margin-top: 17px;
    
}

.img-wihte a:hover{
    opacity: 0.7;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.alignnone a:hover{
    opacity: 0.7;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
/****************************************

          Sidebar

*****************************************/

#sidebar h2{
    padding-left: 11px;
    padding-bottom: 12px;
	margin-bottom: 10px;
	font-family: MS UI Gothic;
}
.widget{
	margin-bottom: 60px;
    background-image: url(images/naname.png);
    padding-top: 3px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}



.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/

#copyright{
	padding: 20px 0;
	font-size: 80%;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 5px;
	padding: 6px 4px;
	max-width: 100%;
	width: 236px;
	outline: none;
	border: 1px solid #f19ec2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f0ffff;
	color: #191970;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #00bfff;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	width: 200px;c
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #f19ec2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
	background: #f19ec2;
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		width: 200px;
		border: 1px solid #fe56aa;
		background: #fe56aa;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}
	
.form-submit{
     padding-bottom:20px;
     border-bottom: 1px dashed #ddd;
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
	-khtml-border-radius: 3px;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}


/****************************************

          Comment Popuplink

*****************************************/

h1#header {
	border-bottom: none;
}

#commentspopup{
	padding: 30px;
}


/****************************************

         top イベント掲載

*****************************************/

body {
background-image:
    url(http://ura-hatsumi.jp/wp-content/themes/uraniwa/images/),/* 最前面の背景レイヤーに対応 */
    url(images/bg.png);
 
  background-repeat:
    repeat-x, /* 最前面の背景レイヤーに対応 */
    repeat;
  margin-top: -25px;
}



/*●左右のエリア（幅の合計が920pxになるように）*/
/* フッターメニュー */
div#footer {
		position:absolute;
		width: 100%;
		clear: both;
		color: #fff;
		background-color: #f19ec2; 
		width:100%;
        min-width:1000px;
}


 
div#footermenu ul  {
		width: 300px;
		float: left;
		position:relative;
		left: 15%;
		background-image:none;
		margin: 20px 100px 0 0;
		padding: 0;
		list-style-type: none;
}
 
div#footermenu ul ul {width: auto;
                      float: none;
                      margin: 0;
					  }
 
div#footermenu .widget {
						background-image:none;
						margin-bottom: 120px;
						}
 
div#footermenu h2     {
                       front-size: 0.75em;
                       color: #ffffff;
                       border-radius: 3px;
                       padding: 2px 10px;
                       margin: 0;
					   }
 
div#footermenu li li  {font-size: 1em;
                       width:290px;
                       border-bottom: dotted 1px #aaaaaa;
                       margin: 10px 10px 10px -38px;
					   }
					   
div#footermenu li li a {
                         color: #ffffff;
                        padding: 5px 10px;
						}
 
div#footermenu li li a:hover
                       {
					   background-color: #fe56aa;
                        color: #ffffff;
						}
 
div#footer p           {
                        clea: both;
                        color: #ffffff;
                        border: #ffffff;
                        border-top: solid 1px #ffffff;
                        padding-top: 8px;
                        margin-right: 30px;
                        }						
						
						

/* =Page Navi
-------------------------------------------------------------- */

.page_navi {
	text-align: center;
}
 
.page_navi li {
	display: inline;
	list-style: none;
}
 
.page_navi li.current span {
	color: #000;
	font-weight: bold;
	display: inline-block;
	padding: 3px 7px;
	background: #fee;
	border: solid 1px #fcc;
}
 
.page_navi li a {
	color: #333;
	padding: 3px 7px;
	background: #eee;
	display: inline-block;
	border: solid 1px #999;
	text-decoration: none;
}
 
.page_navi li a:hover {
	color: #f00;
}

.page_navi li.page_nums span {
	color: #fff;
	padding: 3px 7px;
	background: #666;
	display: inline-block;
	border: solid 1px #333;
}

.alignnone size-full wp-image-58{
border: 1px dashed #aaa;
} 



/* =カスタムフィールド
-------------------------------------------------------------- */
.post-meta {font-variant: small-caps; color: #f19ec2;}
.post-meta-key {color: green; font-weight: bold; font-size: 110%; }


/* =イベント告知
-------------------------------------------------------------- */
#blog-news{margin-bottom: 30px;}
.title{}
.day{float: left;
    width: 100px;}
 

.thumb .ftcalendar-event-date span.thumb-event{
    background-color: #ff1493 !important;
}

.day_wrap{border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 15px;
    margin-top: 5px;}
.cemi_day{float: left;
    width: 160px;}
.cemi_title{}
.manseki_s{background-color: #CC0000;
    color: #FFFFFF;
    padding: 0 2px;}
p#breadcrumbs {padding-bottom:5px 
	margin-top: 20px;
	padding-top: 25px;
}


/* 上線　
-------------------------------------------------------------- */

p.dashed {
margin-top: 10px;
border-top: 1px dashed #fe56aa;
}


/* テーブル
-------------------------------------------------------------- */
table#table-01{
    width: 90%;
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
	}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #fe56aa;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;    
}
table#table-02 td {
    padding: 3px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;    
}

#table-02{border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;}
    
.td01 {
	text-align: center;
	background-color: #f19ec2;
	color:#fff;
}
.td02{text-align: left;}
.td03{text-align:center; background-color:#BEDB98;}
.td04{background-color: #FFF8DC;text-align: center;}
.td05{width:80%;}


/* ９９名限定文字CSS
-------------------------------------------------------------- */

.la { 
	font-size: large;
}  
.pink{
	color: #fe56aa;
	font-size: large;
}
/* メルマガ
-------------------------------------------------------------- */

.mag_form{background-color: #FF0000;
}


.melmaga-1{ 
		width:245;
}



-------------------------------------------------------------- */
.wp_social_bookmarking_light {
height: 20px;
width: 400px;
}
.g1 {
float: right;
margin-right: 190px;
}

.content-box.discri {
	font-size: 1.2em;
	line-height: 1.5em;
}
#sidebar li {
list-style: none;
border-bottom:1px dotted #000;
line-height:3em;
}
#sidebar li a {
background: url(images/list.jpg) no-repeat 0 50%;
display: block;
padding-left:20px;
}
#sidebar li a:hover {background-position: 3px 50%;}

#sub {
	width: 400px;
	padding-left:400px;
}
.liveinfo-font { 
	font-size: 1.5em;
	padding: 12px 0 10px 19px;
	color: #fff;
	margin: 0px;
	background-color: #f19ec2;
	border:none;


}
.liveinfo { 
	background: #fff;
	margin: 0 0 20px 0;
	padding: 0;
}
.livelist {
	font-size: 1.2em;
	line-height: 1.8em;
	border-bottom: 1px dashed #f19ec2;
	padding: 0 0 0 20px;
} 
.prof {
	width: 580px;
	padding: 0 0 0 17px;
	line-height:2em;
	font-size: 1.2em;
}
.liveline{
	width: 450px;
    margin-left: 205px;
	margin-bottom: 30px;
}
dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
	padding-top:2px;
	font-size: 14px;
	font-weight: 500;
	line-height:13px;
	float: left;
	width: auto;
}
.tubepress_thumb {
	float: left;
	width: 120px;
	height: 175px;
	line-height: 1.1em;
	font-size: 11px;
	overflow: hidden;
	padding-bottom:20px;
}
#sidebar #recent-posts-2 li a {
	line-height: 140%;
	padding:10px 0 10px 20px;
}
.ytctitle{
    margin:0;
	padding:5px;
	font-size:16px;
	word-wrap: break-word; 
	width:219px;
	line-height:20px;
	font-weight:900;
	height:65px;
	background-image: url("")
}
#ytc-wrapper .ytc-links .ytc-promotion a {
  font-size: 0px!important;
}