@charset "utf-8";


/* CSS Document */

/*----------------------------------
	import
----------------------------------*/
@import url("common_css.php");/* ブラウザリセット・基本設定用CSS */
@import url("base_css.php");/* 共通設定・共通レイアウト用CSS */
@import url("advanced_css.php");/* 拡張用CSS */


/*----------------------------------
	monster
----------------------------------*/

#section01{
	margin: 0 0 0 34px!important;
}

*:first-child+html #section01{
	margin: 0 0 0 17px!important;
}

#main_mid .box{
	float: left;
	background: url(/terry3ds/img/monster_12030101/box_bg.png) no-repeat;
	width: 322px;
    height: 216px;
    margin: 0px 8px 8px 0px;
    overflow: hidden;
}

#main_mid .box .m_illust{
	float: left;
}

#main_mid .box .m_details{
	float: right;
}

#main_mid .box .m_details .capture{
	text-align: left;
}

#main_mid .box .m_details .capture img{
	margin-left: 9px;
}





