@charset "utf-8";
/* ================================================================
	メニュー項目
   ================================================================ */
#index_menu {
	border: 1px solid #fff;
	border-width: 0;
	border-radius: 0 0 10px 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 220px;
	line-height: 1.3em;
	text-align: center;
}
#inside {
	background: #ffdda2;
	background: #fafafa; background: url("../images/b1.jpg") repeat;
	padding-bottom: 30px;
	border-radius: 0 0 20px 20px;
}

#index_menu form { /* web clap */
	padding: 5px 0 10px;
}

#index_menu form input {
	padding: 3px 1px;
	width: 160px;
	height: 25px;
	font-size: 86%;

}

#index_menu h5,
#index_menu h6 {
	border-bottom: 3px solid #ffbfdf;
	border-radius: 6px;

	background-color: #333;
	border-left: 10px solid #ffbfdf;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 3px;

	font-size: 1rem;
	font-weight: normal;

	letter-spacing: 1px;
	line-height: 1.6rem;
	text-align: center;
}

#index_menu ul#plf { /* プロフィール */
	border: 1px solid #aaa;
	border-width: 1px;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: left;
	width: 228px;
	_overflow : hidden;
}

#index_menu ul#plf li {
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
}

#index_menu ul#plf li strong { /* name */
	font-size: 14px;
	letter-spacing: 1px;
}

#index_menu ul#plf li .yomi {
	font-size: 10px;
}

#index_menu ul#plf li a:hover {
	border-color: #fff0fa;
	background: #ffe8be;
	color: #000;
}

#index_menu ul#plf li .twit{ /* twitter */

}

#index_menu ul#plf li img#icon { /* プロフ画 */
	margin: 10px 0 5px 35px;
}

#index_menu ul.thanks { /* スペシャルサンクス */
	border: 1px solid #aaa;
	border-width: 1px;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	_overflow : hidden;
}

#index_menu ul.thanks li {
	list-style-type: none;
	font-size: 12px;
}

#index_menu ul.thanks li#ryaku { /* 敬称略 */
	font-size: 11px;
	text-align: right;
}

#index_menu ul.thanks li#ryakub { /* 敬称略 */
	border-top: 1px dotted #bbb;
	font-size: 11px;
	text-align: right;
}

#index_menu ul.thanks li#ryakub a { /* 敬称略 */
	padding-right: 10px;
}

#index_menu ul.thanks li#keisyo { /* 敬称略 */
	padding: 5px 5px 0;
	text-align: right;
}

#index_menu ul.thanks li.th {
	border: dotted #bbb;
	border-width: 1px 0;
	background: #fff;
	padding-left: 5px;
	letter-spacing: 1px;
}

#index_menu ul.thanks li a {
	display: block;
	border: 1px solid #fff;
	padding-left: 20px;
}

#index_menu ul.thanks li a:hover {
	background: #ffe8be;
	border: 1px solid orange;
	color: #000;
}

/* --- Sidebar for Opera --- */
html:\66irst-child #index_menu ul li,
html:\66irst-child #index_menu ul.thanks li { /* for 9.25～ */
	font-size: 96%;
}

@media not screen and (1) { /* for 11 */
	#index_menu ul li,
	#index_menu ul.thanks li { font-size: 96%; }
}


/* ================================================================
	コンテンツ
   ================================================================ */
#article {
	flex: 1;
	height: 100%;
	text-align: left;
}

p#articlenews,
p#articletitle,
p#articlelog { /* 記事タイトル */
	border-left: 10px solid #ff4e87;
	border-bottom: 1px solid #dedede;
	border-radius: 6px;
	font-size: 1.5em
	line-height: 3.0rem;
	line-height: 30px;
	color: #FFFFFF;
	padding: 4px 0 4px 15px;
	font-weight: bold;
	background-color: #333;
	display: block;
	letter-spacing: 1px;
}

#article #navigate { /* Navigate */
	background: url("../images/navi.jpg") no-repeat;
	margin: 0px 0 30px 10px ;
	padding: 5px 20px;

}

#article #navigate span {
	font-weight: bold;
	letter-spacing: 2px;
}

#article h3 { /* 記事日付 */
	border-bottom: 1px solid #777;
	margin: 0 0px 10px;
	font-family: Impact,'ＭＳ Ｐゴシック', Osaka, 'MS UI Gothic', sans-serif;
	font-size: 1.6rem;
	letter-spacing: 3px;
	color: #222;
}

#article .section { /* 各Entry */
	clear: both;
	margin-bottom: 50px;
	border: 1px solid #eee;
	border-radius: 5px;
	border-top: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	background-color: #FFF;
	padding: 20px 30px;
	padding-right: 0;
	line-height: 1.6em;
}

#article .section p.date2 { /* 改装後日付 */
	text-align: left;
	margin-bottom: 20px;
}
#article .section p.date2 span{ /* 改装後日付の色 */
	background: #ffdda2;
	border-radius: 2px;
	width: 200px;
	padding: 5px 10px;
}

#article .section p.sh1{ /* タイトル */
	border-bottom: 1px dashed #aaa;
	font-weight: normal;
	margin: 10px 0 20px 0;
	padding: 0 10px 2px 0px;
	font-size: 1.6rem;
}

#article h3 span.sh1{
	font-weight: normal;
	font-size: 1.6rem;
}


#article .section p.sh1:first-letter {
	font-size: 120%;
	color: #c74b64;
}


#article .section p.sh2 { /* 画像BOX */
	margin: 2em 0;
	text-align: left;
}

#article .section img { /* img */
	border: 1px solid #aaa;
	border-radius: 10px;
}


#article figure { /* 画像BOX */
	float: left;
	margin: 0 30px 15px 0;
}

#article figure img.workimg { /* 宣伝画像サイズ */
	width:200px;
}

#article p.noimgs { /* サムネ無し */
	margin: 0 0 15px 230px;
}

.float_none { /* 画像BOX解除 */
	clear: both;
}



#article .section img.noradius { /* img */
	border: 0px solid #fff;
	border-radius: 0px;

	position: relative;
	top: 0;
	left: 0;
}

#article .section a img { /* imgリンク */
	border: 1px solid #ddd;
}

#article .section p.sh3,
#article .section p.text { /* テキスト段落 */
	border-top: 0px solid #ddd;
	margin: 0 0 20px 10px;
	padding-top: 1em;
}

#article .section p.senden { /* 宣伝タイトル */
	margin-bottom: 0px;
	font-weight: bold;
}

#article .section p.senden a:hover { /* 宣伝タイトル色 */
	color: #44f;
	border-bottom: 1px dashed;
}

#article .section p.senden span { /* 宣伝タイトル_下ライン */
	border-bottom: 1px dashed #555;
}

#article .section img { /* イラスト周囲 */
	margin: 2px 0;
}


#article .section h4.woname { /* 拍手タイトル */
	background: #fff6e9;
	border-left: 10px solid #ff8500;
	border-bottom: 1px solid #ff8500;
	border-radius: 10px;
	margin: 10px 0;
	padding: 3px 0 3px 12px;
	color: #000;
	font-size: 12px;
}



#article .section dl { /* 拍手本文 */
	border-left: 3px solid #333;
	background: #f5f5f5;
	padding: 10px 15px 5px;
	width: 90%;
	font-size: 11.5px;
	color: #ff4e87;
	line-height: 1.2em;
}

#article .section dt { /* 拍手_引用 */
	background: url("../images/gt_red.png") no-repeat top left;
	padding-left: 11px;
	color: #ff4e87;
}

#article .section dd { /* 拍手_返信 */
	margin: 3px 0 10px 20px;
}



/* ================================================================
	トップページ◆イベント参加表示
   ================================================================ */
#event_mes {
	text-align: center;
	font-size: 170%;
	margin: 20px 0 16px;
}

#event_mes a 			{ text-decoration: underline; color: blue; }
#event_mes a:hover 		{ border-bottom: 1px solid #fff; text-decoration: none; color: #ff4e87; }


/*

*/
/* CSS */
dl.case4{
  overflow-y: scroll;
  overflow-x: hidden;
    margin:0px 30px 16px;
    padding:0;
    line-height:1.8;
	height:100px; 
}
dl.case4 dt{
    width:6em;
    float:left;
    margin:0;
    padding:0 0 0 5px;
}
dl.case4 dd{
    position:relative;
    margin:0 0 10px;
    padding:0 5px 10px 13em;
    border-bottom:1px dotted #ccc;
}
dl.case4 dd span.cat{
    display:block;
    position:absolute;
    top:0;
    left:7em;
    width:4.5em;
    margin:0;
    padding:0;
    text-align:center;
    background-color:#eee;
    border-radius:2px;
}

/* ================================================================
	トップページ◆イベント参加表示
   ================================================================ */
#itakutitle { /* タイトル */
	border-radius: 4px;
	background: #333;
	margin: 0 auto;
	padding: 0px 10px;
	color: #ff74b4;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 160%;
	width: 92%;
}

#itaku { /* 委託テーブル */
	border-radius: 20px;
	background: #fff2c0;
	background: #fff;
	border: 2px solid #ffb286;
	margin: 10px auto 30px;
	padding: 10px 10px;
	color: #ff74b4;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 120%;
	width: 92%;
	text-align: left;
}

/* -------------------------------------------------------------------------
	メモ
  -------------------------------------------------------------------------- */

ul.event {
	border-left: 0px solid #102633;
	margin: 0 0 0px 0;
	background-color: #efefef;
	background: url("../images/h2.jpg") repeat;
}
ul.event li {
	border-bottom: 1px solid #afafaf;
	list-style-type: none;
	padding: 10px 10px 4px 10px;
}
ul.event li span{
	font-weight: bold;
}

ul.event li a {
	border-bottom: 1px solid;
}

ul.event li a:hover {
	border-bottom: 0px solid #bbb;
	color: tomato;
}

/* -------------------------------------------------------------------------
	問い合わせボタン
  -------------------------------------------------------------------------- */

.box_3l a.btn_s {
	font-size: 12px;
	width: 140px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.side_btn a {
	display: block;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;

	border: 1px solid #ff5aa1;
	background: #fff1f8;
	background: linear-gradient(#fff1f8, #ff5aa1);
	color: #333;
	font-weight: bold;
	
	text-decoration: none;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto 0;
}
.side_btn a:hover { opacity:0.8; filter: alpha(opacity=50); -ms-filter: "alpha( opacity=50 )"; }


.side_btn span { color: #fff; }
#side h3 span { color: #999; }
