/* ===================================================================

	CSS information
	author     :  (株)ジョイメイト
	browser    :  IE6.0,Firefox3.0
	since      :  2009.06.16
	
	style info :  トップページ部分
	
	tips ：

=================================================================== */


/*--------------------------------------------------------------------------------
	フリースペース
-------------------------------------------------------------------------------- */
.welcome {
	width: auto;
	height: auto;
}
.campaign {
	width: auto;
	height: auto;
	margin-bottom: 25px;
}
.information li {
	margin-bottom: 5px;
	padding: 3px 5px;
	border: 3px #ffd700 solid;
}

/*2012/10/15追加*/
.make_original {
        float: left;
        margin-right: 7px;
        margin-bottom: 20px;
}
.other {
       float :left;
}
.other li {
       margin-bottom: 7px;
}
.catch_under {
       clear: both;
       height: 116px;
       margin-bottom: 20px;
}
.catch_under li {
       float: left;
       margin-right: 9px;
}
.attention {
       width: auto;
       height: auto;
       padding: 15px 15px 0 15px;
       margin-bottom: 15px;
       border: 5px #ffc0cb solid;
}
.attention h2 {
       width: auto;
       height: auto;
       padding: 7px 5px;
       margin-bottom: 5px;
       background: #ffc0cb;
       line-height: 1;
}
.attention h3 {
       width: auto;
       height: auto;
       padding-bottom: 5px;
       margin-bottom: 5px;
       background: #fff;
       border-bottom: 3px #dedede double;
       line-height: 1;
}