@charset "UTF-8";

/*
	Theme Name: costcotuu2.4
	Description: costcotuu Template
	Theme URI: http://costcotuu.com
	Author: costcotuu
	Author URI: http://costcotuu.com
	Version: 1.1.3
	Tags: white, right-sidebar, two-columns
*/

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 15px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 160%;
	background: #fdfdfd;
	border-top:4px solid #e51937;
}

.clear {
	clear:both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 26px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: bold;
}

blockquote{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
}

h2 {
	border-bottom : 1px solid #CCC;
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
	padding: 8px 3px;
	margin: 30px 0 0 0;
}

h2.entry-title {
	border-bottom : 1px solid #CCC;
	line-height: 140%;
	font-weight: bold;
	color: #444;
	padding: 8px 3px;
	margin: 30px 0 0 0;
}

h2.entry-title a {
	color: #333;
}

h2.entry-title a:hover {
	color: #e51937;
}

h2.midashi {
	border-bottom: none;
	line-height: 140%;
	font-weight: bold;
	padding: 8px 3px;
	margin: 30px 0 -25px 0;
}

h3 {
	color:#333;
	font-weight:bold;
	font-size: 22px;
	margin-bottom: 10;
}

h4 {
	font-weight:bold;
	font-size: 22px;
	margin: 50px 0 10px 0;
}

h5 {
	border-bottom : 1px solid #CCC;
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	padding: 8px 3px;
	margin: 40px 0 0 0;
}

cite{
	font-style: normal;
}

/****************************************

          List

*****************************************/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #e51937;
}

a img {
	opacity: 1;
	transition: 0.3s;
	border-style:none;
}

a:hover img {
	opacity: .6;
}

.textBody a {
	color: #0033cc;
	font-weight: bold;
	text-decoration: none;	
}

.textBody a:hover {
	color: #e51937;
}

.communityBody {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.communityBody a {
	color: #0033cc;
	font-weight: bold;
	text-decoration: none;	
}

.communityBody a:hover {
	color: #e51937;
}

#comment-area p a {
	color: #0033cc;
	font-weight: bold;
	text-decoration: none;	
}

#comment-area p a:hover {
	color: #e51937;
}


/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	padding-top: 3px;
	padding-bottom: 10px;
}
	#header .alignleft{
		margin-left: 10px;
		width: 280px;
	}

	#header .alignright{
		width: 627px;
	}

#main {
	float: left;
	width: 640px;
	border: 1px solid #DDD;
	background-color: #FFF;
	border-radius: 5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}

#sidebar {
	float: right;
	width: 300px;
}

#main,
#sidebar{
	margin-bottom: 40px;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #333;
	margin-top: 12px;
	margin-bottom: 8px;
}


/****************************************

          Header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#logo{
    margin-top: 10px;
	margin-bottom: 8px;
}

#logo a{
	border: none;
}

#logo img{
	padding: 8px 0;
}

#description {
	margin-top: 0;
	color: #777;
}

#subnav {
	font-size: 12px;
	float: left;
}

#subnav ul {
	margin: 0 0 0 26px;
	padding: 0; 
}

#subnav li {
	display: inline;
	list-style: none;
	padding: 0; 
	margin-right: 13px;
	float: left;
}

#subnav li.check {
	background:url(images/check.png) no-repeat left;
	padding-left: 18px;
}

#box_serch {
	width: 340px;
	margin:54px 0 0 268px;
	line-height: 1;
}

#box_serch_page {
	width: 340px;
	margin:54px 0 300px 0;
	line-height: 1;
}

.gsc-input-box {
	width: 260px !important;
	border-radius: 4px;
}

/****************************************

          Navigation

*****************************************/

#header .menu{
	width: 960px;
	height: 30px;
	padding-top: 6px;
	border-radius: 5px;		/* CSS3 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
	-webkit-box-shadow: 1px 3px 5px 0px #eee; /* Safari, Chrome */
	-moz-box-shadow: 1px 3px 5px 0px #eee; /* Firefox */
	box-shadow: 1px 3px 5px 0px #eee; /* CSS3 */
	border:1px solid #DDD;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fefefe;
	position: relative;
	clear: both;
	font-size: 13px;
	color: #444;
}
	#header div.menu > ul,
	#header ul.menu{
		
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
	width: 94px;
	float: left;
	padding: 0px;
	border-right: 1px #DDD solid;
	text-align: center;
	}

	#header div.menu > ul > li,
	#header ul.menu > li a{
	color: #444;
	text-decoration:none;
	}

	#header div.menu > ul > li,
	#header ul.menu > li a:hover{
	color: #ccc;
	}

	#header .menu li{
		position: relative;

	}

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 30px;
			padding-left: 10px;
			width: auto;
			width: 120px;
			border: 1px solid #ddd;
			background: #fdfdfd;
			text-align: left;
		}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
			}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:120px;
			}
				#header .menu li:hover > ul{
					display: block;
				}


/****************************************

          Breadcrumb

*****************************************/

.breadcrumb {
	margin-top: 8px;
	margin-left: 26px;
	font-size: 13px;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page,
#main .cate{
	overflow: hidden;
	padding-left: 45px;
	padding-right: 45px;
	border-bottom: 1px solid transparent;
}

#main .post h1,
#main .cate h1,
#main .pagetitle h1 {
	font-size:26px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	padding: 6px 3px;
	border-bottom : 1px solid #CCC;
	margin: 40px 0 0 0;
	line-height: 140%;
}

#main .post h3.first {
	font-size:22px;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	padding: 10px 10px 8px 10px;
	margin: 10px 0px 15px;
}

#main .post h3 {
	font-size:22px;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	padding: 10px 10px 8px 10px;
	margin: 30px 0px 15px;
}

#main .page h3 {
	font-size:22px;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	padding: 10px 10px 8px 10px;
	margin: 30px 0px 15px;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-top: 0px;
	margin-bottom: 1.5em;
	padding: 0px 3px;
	font-size:11px;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.modified-date{
		float: right;
	}

	.comment-num{ white-space: nowrap; }

.more-link{
	float: left;
	margin-top: 20px;
}

.navigation{
	clear: both;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	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{
			color: #e51937;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.navigation-page{
	width: 550px;
	clear: both;
	background: url(images/gray.gif) repeat-y 50% 0;
	padding: 0 45px; 
	margin-bottom: 60px;
}
	.navigation-page > div{
		width: 50%;
	}

	.navigation-page .alignright{
		text-align: right;
	}

	.navigation-page a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation-page a:hover{
			color: #e51937;
		}


.footer-post-meta{
	margin-top: 10px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 30px;
	text-align: center;
}

	.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;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area {
	padding-left: 45px;
	padding-right: 45px;
}

#comment-area h3{
	font-size: 26px;
	margin-top: 60px;
}

.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-top: 1px solid #ddd;
		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%;
			text-align: right;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

		.commentnumber{
			font-weight: bold;
			color: #AAA;
			float: left;
			margin-right: 10px;
		}

		.says {
			display: none;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{

}

#cancel-comment-reply-link{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13px;
	margin-left: 10px;
	font-weight: normal;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar {
	font-size:14px;
	line-height:1.5em;
}


#sidebar h2{
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:18px;
	border-bottom: 1px solid #DDD;
	color: #333;
}
.widget{
	margin-bottom: 30px;
}

#sidebar .widget ul{
	list-style-type: none;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.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-top: 30px;
	font-size: 12px;
	clear: both;
}

#notice {
	color: #ff0000;
	font-size: 12px;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	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 #AAA;
	background: #fff;
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #CCC;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #DDD;
		background: #999;
		color: #fff;

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          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;
}

.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.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          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;
}


/****************************************

          SNS Icon

*****************************************/

ul#side_sns{
	overflow:hidden;
}

ul#side_sns li{
	list-style:none;
	display:inline;
	margin-right:15px;
	padding:0;
	float:left;
}

ul#side_sns li.side_last{
	margin:0;
}

ul#side_sns li.side_last a.external_icon{
	padding:0 !important;
}

/* ----- FB ----- */
li.side_fb a{
	background:url(images/snsicon.png) no-repeat left;
	background-position: 0px 0px;
	height:32px;
	width:33px;
	display:block;
}

/* ----- Twitter ----- */
li.side_tw a{
	background:url(images/snsicon.png) no-repeat left;
	background-position: -33px 0px;
	height:32px;
	width:33px;
	display:block;
}

/* ----- Google+ ----- */
li.side_gp a{
	background:url(images/snsicon.png) no-repeat left;
	background-position: -70px 0px;
	height:32px;
	width:33px;
	display:block;
}

/* ----- RSS ----- */
li.side_rss a{
	background:url(images/snsicon.png) no-repeat left;
	background-position: -102px 0px;
	height:32px;
	width:33px;
	display:block;
}


/****************************************

          LinkWithin

*****************************************/

.related {
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-weight:bold;
	clear: both;
}

.related-post{
	margin-left: 15px;
    clear: both;
    height:100%;
    width:600px;
    overflow:hidden;
}

.related-entry {
    vertical-align: top;
    float: left;
    width:120px;
    font-size: 12px;
    line-height: 1.4;
    min-height: 100px;
    margin: 0;
    padding-right: 17px;
    }
  
 .related-entry img{
      padding:2px;
      border: #ccc 1px solid;
      width:115px;
      height:115px;
}

div.related-entry a:link {
	color: #444;
	font-weight: normal;
	text-decoration: none;
}

div.related-entry a:visited {
	color: #444;
}

div.related-entry a:hover {
	color: #999;
}

div.related-entry img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}


/****************************************

          Adsense

*****************************************/

.ads_list {
	margin-left: 10px;
	margin-top:20px;
	margin-bottom:20px;
}

.ads_list_middle {
	padding: 30px 0;
	text-align: center;
}

.ads_list_middle2 {
	padding-bottom: 20px;
	text-align: center;
}

.ads_single {
	padding-top: 30px;
	padding-left:15px;
}

.ads_text {
	text-align: center;
	font-size: 13px;
	color: #555;
	padding-bottom: 3px;
}

.ads_page {
	margin-top: 20px;
	padding-top: 15px;
	padding-left:15px;
	border-top: 1px solid #ddd;
}

.ads_page_comment {
	padding-top: 15px;
	padding-left:15px;
}

.ads_page_bbsmenu {
	padding-top: 15px;
	padding-left:15px;
}

.ads_side {
	margin-bottom: 10px;
}

.ads_side2 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#sticky {
	margin-top: 10px;
}

.ads_comment {
	margin-top: 20px;
	text-align: center;
}

.ads_footer {
	width: 728px;
	text-align: center;
	margin: 0 auto;
}

.ads_relation {
	width: 600px;
	text-align: center;
	margin: 0 auto;
}

/****************************************

          SNS Button

*****************************************/

.sbver {
	clear: both;
    margin: 30px 0 80px 20px;
    height: 10px;
}

div.sbver ul {margin: 0;
        padding: 0}
 
div.sbver li {list-style-type: none;
        float: left;
        margin-right: 10px}



.lcp_catlist {
	list-style-type: disc;
	margin: 6px 0 2px 2.5em;
}


/****************************************

          Ratings

*****************************************/

.ratings {
    color: #ffd800;
}

.ratings a {
    color: #ffd800;
}

.ratingslink a {
	font-size: 18px;
	color: #ffd800;
}

.ratingslink a:hover{
	font-size: 18px;
	color: #AAA;
}


/****************************************

          Ratings-meta

*****************************************/

.ratings-meta {
	margin-left: 5px;
    color: #ffd800;
}

.ratings-meta a {
    color: #ffd800;
}

/****************************************

          Recent Comment

*****************************************/

.rcomment ul{
	margin: 0;
	padding: 0;
}

.rcomment li{
	list-style-type: none;
	margin-top : 10px;
}

.rctitle {
	padding: 0 10px;
}

.rctext {
	padding: 0 10px;
	line-height: 150%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom : 20px;
}

.rcname {
	font-size: 13px;
	color: #666;
	padding: 0 10px;
}



/****************************************

          Ranking

*****************************************/

.r-img {
	float:left;
	width:60px;
	margin-right:10px;
}

.r-text {
	float:left;
	width:400px;
	padding-top:10px;
	
}

.r-title{
	font-weight:bold;
	color:#0033cc;
}

.clear-hr {
	display: block;
	clear: both;
	border-bottom:1px solid #DDD;
}


/****************************************

          More Button

*****************************************/

.linkbt {
    background: none repeat scroll 0 0 #EEE;
    border: 1px solid #DDD;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /display: inline;
	/zoom: 1;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 3px 10px;
    text-decoration: none;
}

.linkbt a {
    color: #333;
}

.linkbt a:hover {
    color: #DDD;
}


/****************************************

          Eye Catch

*****************************************/

.img-eye {
	width: 150px;
	height: 150px;
	margin-right: 20px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}


/****************************************

          Video

*****************************************/

.video {
	position: relative;
	padding-bottom : 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/****************************************

          PostThumb

*****************************************/

.post-thumb {
	margin-right: 8px;
	display: block;
	margin-bottom: 18px;
	width: 75px;
	height: 75px;
	float: left;
}

.post-thumb img {
	width: 75px;
	height: 75px;
}

/****************************************

          BBS

*****************************************/

.bbs_menu li{
	font-weight:bold;
	line-height: 1.2;
	padding: 20px 10px;
	border-bottom:1px solid #DDD;
}

.bbs_menu li a {
	display: block;
	position: relative;
}

.bbs_menu_tenpo {
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #666;
}


/****************************************

          Smooth Scroll

*****************************************/

.scrollup {
	width:40px;
	height:40px;
	opacity:0.3;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-indent:-9999px;
	background: url('images/icon_top.png') no-repeat;
	outline: none !important;
}

/****************************************

          toc

*****************************************/

.toc {
	width: 90%;
	margin: 20px auto;
	border: 1px solid #ddd;
	padding: 20px;
}
 
.toc-title {
	margin-bottom: 15px;
	text-align: center;
	font-weight:bold;
	font-size: 16px;
}
 
.toc ul {
	font-size: 16px;
}
 
.toc li {
	line-height: 1.6;
	list-style-type: none;
	margin: 0 0 13px 1em;
	padding: 0;
}

.toc li a{
	display: block;
	font-weight: normal;
	color: #333;
	border-bottom: 1px dotted #ccc; /* リンク下線 */
}

.toc li a.toc_midashi {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #aaa; /* リンク下線 */
	margin-top: 30px;

}



/****************************************

          Other

*****************************************/

.form-allowed-tags{display:none;}

.linemarker{
	background-color:#ff0;
}

.mokuji {
	font-size: 16px;
}

.author {
	display: none;
}

hr {
	margin: 30px 0 20px 0;
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #CCC; /* 線色 */
	height: 1px; /* 高さ(※古いIE用) */
}
