@charset "utf-8";
/* CSS Document スタイルcss*/

/*吹き出し190328*/
.arrow_box {
	position: relative;
	padding:2px 4px;
	background: #FFFFFF;
	border: 1px solid #3a2211;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 16px;
	margin-left: -16px;
}
.arrow_box:before {
	border-color: rgba(58, 34, 17, 0);
	border-bottom-color: #3a2211;
	border-width: 17px;
	margin-left: -17px;
}

/********************************
オゼドキッ
********************************/
#content-body .doki {
	width:980px;
	margin:0 auto;
	background-image:url(../images/bg_index_sky.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f4eee0;
}
#content-body .doki .inside {
	width:980px;
	margin:0 auto;
	padding-bottom:295px;
	background-image:url(../../common2017/images/bg_mountain.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#content-body .doki .inside h2 {
	padding-top:234px;
	text-align:center;
	line-height:0;
}
#content-body .doki .inside .lead {
	margin:40px 0 60px 0;
	font-size:16px;
	line-height:32px;
	text-align:center;
}
#content-body .doki .inside .lead p {
	margin-bottom:32px;
}
#content-body .doki .inside .doki_nav {
}
#content-body .doki .inside .doki_nav ul {
	width:520px;
	margin:0 auto;
}
#content-body .doki .inside .doki_nav li {
	float:left;
	width:160px;
	margin-bottom:5px;
	text-align:center;
}
#content-body .doki .inside .doki_nav li.doki_nav_note {
	width:270px;
}
#content-body .doki .inside .doki_nav li.doki_nav_art {
	width:90px;
}
#content-body .doki .inside .doki_nav li.doki_nav_twelve {
	width:270px;
}
#content-body .doki .inside .doki_nav li.doki_nav_deer {
	width:90px;
}
#content-body .doki .inside .doki_nav a {
	font-size:16px;
	line-height:30px;
	color:#754c24;
	font-weight:bold;
	text-decoration:none;
}
#content-body .doki .inside .doki_nav a:hover {
	text-decoration:underline;
}

#content-body .doki .inside .doki_nav_tbl {
	width:600px;
	margin:0 auto;
}
#content-body .doki .inside .doki_nav_tbl_sp {
	display:none;
}
#content-body .doki .inside .doki_nav_tbl td {
	text-align:center;
}
#content-body .doki .inside .doki_nav_tbl td a {
	font-size:16px;
	line-height:30px;
	color:#754c24;
	font-weight:bold;
	text-decoration:none;
}
#content-body .doki .inside .doki_nav_tbl td a:hover {
	text-decoration:underline;
}



/********************************
オゼアート
********************************/
#content-body .doki_art {
	width:980px;
	margin:0 auto;
	background-image:url(../art/images/bg_index_sky.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f4eee0;
}
#content-body .doki_art .inside {
	width:980px;
	margin:0 auto;
	padding-bottom:160px;
	background-image:url(../art/images/bg_index_footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#content-body .doki_art .inside h2 {
	position:relative;
	text-align:center;
	line-height:0;
}
#content-body .doki_art .inside h2 span {
	position: absolute;
	text-align: center;
	left: 0;
	top: 86px;
	width:100%;
	line-height:22px;
}
#content-body .doki_art .inside .lead {
	height:172px;
	margin:40px 0 28px 0;
	padding-top:48px;
	background-image:url(../art/images/bg_index_lead.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:16px;
	line-height:32px;
	letter-spacing:0.02em;
	text-align:center;
}
#content-body .doki_art .inside .lead p {
	margin-bottom:32px;
}
#content-body .doki_art .inside .art_waku {
	width:770px;
	/*180123*/
	margin:0 auto 10px auto;
}
#content-body .doki_art .inside .art_waku h3 {
	margin:0 0 35px 0;
	text-align:center;
}
#content-body .doki_art .inside .art_waku h3 span {
	display:block;
	margin-bottom:10px;
	border-bottom:dotted 2px #40220f;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
}
#content-body .doki_art .inside .art {
	float: right;
    width: 370px;
    height: 356px;
    margin-bottom: 10px;
    overflow: hidden;
}
#content-body .doki_art .inside .art:nth-child(2n) {
	float:left;
	width:370px;
}
#content-body .doki_art .inside .art .photo {
	margin-bottom:10px;
	line-height:0;
	text-align:center;
}
#content-body .doki_art .inside .art .name {
	margin-bottom:5px;
	line-height:0;
	text-align:center;
}
#content-body .doki_art .inside .art .txt {
	text-align:right;
}
#content-body .doki_art .inside .prof {
	width:772px;
	margin:40px auto 65px auto;
	padding:12px 20px;
	background-color:#fff;
}
#content-body .doki_art .inside .prof h3 {
	margin-bottom:8px;
	border-bottom:solid 1px #40220f;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
}
#content-body .doki_art .inside .prof h3 span {
	text-align:right;
}
#content-body .doki_art .inside .prof p {
	line-height:22px;
}
#content-body .doki_art .inside .soon {
	text-align:center;
}
/*180328*/
#content-body .doki_art .inside .poster_waku_waku {
	width:100%;
	margin:0 auto 10px auto;
	padding:90px 0;
	/*background-color:#f4eee0;*/
	background-color:#fbf8ef;
}
#content-body .doki_art .inside .poster_waku_waku h3 {
	margin:0 0 35px 0;
	text-align:center;
}
#content-body .doki_art .inside .poster_waku_waku h3 span {
	display:block;
	margin-bottom:10px;
	border-bottom:dotted 2px #40220f;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
}
#content-body .doki_art .inside .poster_waku {
	width:770px;
	margin:0 auto 10px auto;
}
#content-body .doki_art .inside .poster {
	float:left;
	width:370px;
}
#content-body .doki_art .inside .poster:nth-child(2n) {
	float:right;
	width:370px;
}
#content-body .doki_art .inside .poster .photo {
	margin-bottom:10px;
	line-height:0;
	text-align:center;
}
#content-body .doki_art .inside .poster .name {
	margin-bottom:8px;
	border-bottom:solid 1px #40220f;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
	text-align:left;
}
#content-body .doki_art .inside .poster .name span {
	display:inline;
	font-size:14px;
}
#content-body .doki_art .inside .poster .txt {
	margin-bottom:10px;
}
#content-body .doki_art .inside .link {
	margin-top:10px;
	color:#40220f;
	font-size:16px;
}
#content-body .doki_art .inside .link span {
	color:#000;
	font-size:12px;
}
#content-body .doki_art .inside .link a {
	color:#40220f;
	text-decoration:none;
}
#content-body .doki_art .inside .link a:hover {
	text-decoration:underline;
}
/*/180328*/

/*181219*/
#content-body .doki_art .inside .poster02_waku_waku {
	width:100%;
	margin:0 auto 0px auto;
	padding:90px 0 10px 0;
	/*background-color:#f4eee0;*/
	background-color:#fbf8ef;
}
#content-body .doki_art .inside .poster02_waku_waku h3 {
	margin:0 0 35px 0;
	text-align:center;
}
#content-body .doki_art .inside .poster02_waku_waku h3 span {
	display:block;
	margin-bottom:10px;
	border-bottom:dotted 2px #40220f;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
}
#content-body .doki_art .inside .poster03_waku_waku {
	width:100%;
	margin:0 auto 55px auto;
	padding:90px 0 10px 0;
	background-color:#f4eee0;
	/*background-color:#fbf8ef;*/
}
#content-body .doki_art .inside .poster03_waku_waku h3 {
	margin:0 0 35px 0;
	text-align:center;
}
#content-body .doki_art .inside .poster03_waku_waku h3 span {
	display:block;
	margin-bottom:10px;
	border-bottom:dotted 2px #40220f;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
}
#content-body .doki_art .inside .poster03_waku_waku .poster {
	float:none;
	margin:0 auto;
}
#content-body .doki_art .inside .prof.miyuu {
	width:auto;
	margin:0 auto 0 auto;
	padding:40px 65px 100px 65px;
	/*background-color:#f4eee0;*/
	background-color:#fbf8ef;
}
#content-body .doki_art .inside .prof .prof_inside {
	width:772px;
	margin:0 auto 0 auto;
	padding:12px 20px;
	background-color:#fff;
}
/*/181219*/
/*190328*/
#content-body .doki_art .inside .btn_area {
	width:80%;
	margin:0 auto 28px auto;
}
#content-body .doki_art .inside .btn_area .btn {
	float:left;
	position:relative;
	width:25%;
	height:100px;
	text-align:center;
}
#content-body .doki_art .inside .btn_area .btn #art_draw_mes {
	display:none;
	position:absolute;
	left:20px;
	top:60px;
}
#content-body .doki_art .inside .btn_area .btn:hover #art_draw_mes {
	display:block;
	position:absolute;
}
#content-body .doki_art .inside .flower_waku_waku {
	width:100%;
	margin:0 auto 10px auto;
	padding:90px 0;
	/*background-color:#f4eee0;*/
	background-color:#fbf8ef;
}
#content-body .doki_art .inside .flower_waku_waku h3 {
	margin:0 0 35px 0;
	text-align:center;
}
#content-body .doki_art .inside .flower_waku_waku h3 span {
	display:block;
	margin-bottom:10px;
	border-bottom:dotted 2px #40220f;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
}
#content-body .doki_art .inside .flower_waku {
	width:770px;
	margin:0 auto 10px auto;
}
#content-body .doki_art .inside .flower {
	float:left;
	width:370px;
	margin-bottom:20px;
}
#content-body .doki_art .inside .flower:nth-child(2n) {
	float:right;
	width:370px;
}
#content-body .doki_art .inside .flower .photo {
	width:370px;
	height:516px;
	margin-bottom:10px;
	line-height:0;
	text-align:center;
	overflow:hidden;
}
#content-body .doki_art .inside .flower .photo.yoko {
	width:370px;
	    height: inherit;
	margin-bottom:10px;
	line-height:0;
	text-align:center;
	overflow:hidden;
}
#content-body .doki_art .inside .flower .photo img {
	width:100%;
	height:auto;
}
#content-body .doki_art .inside .flower .name {
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
	text-align:left;
}
#content-body .doki_art .inside .flower .name span {
	display:inline;
	font-size:14px;
}
#content-body .doki_art .inside .flower .txt {
	margin-bottom:10px;
}
/*/190328*/

/********************************
塗り絵
********************************/
/*背景色*/
#content-body .doki_art .bg01 {
	background-color:#fbf8ef;
}
#content-body .doki_art .bg02 {
	background-color:#f4eee0;
}


#content-body .doki_art .inside .info_area {
	margin-bottom:28px;
}
#content-body .doki_art .inside .info_area p {
	float:left;
}
#content-body .doki_art .inside .info_area .photo {
	float:right;
}
#content-body .doki_art .inside .info_area .photo img {
	float:left;
	width:140px;
	height:auto;
	margin-right:2px;
}
#content-body .doki_art .inside .info_area .photo p {
	float:right;
}
#content-body .doki_art .inside .draw {
	width:500px;
	margin:0 auto 40px auto;
    overflow: hidden;
}
#content-body .doki_art .inside .draw .photo img {
	width:500px;
	height:auto;
}
#content-body .doki_art .inside .draw h4 {
	display:block;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#40220f;
	text-align:center;
}
#content-body .doki_art .inside .draw .num {
	display:block;
	width:21px;
	height:21px;
	margin-bottom:4px;
	background-color:#739481;
	border-radius:30px;
	color:#FFF;
	text-align:center;
}
#content-body .doki_art .inside .draw .finish {
	color:#e60012;
	font-weight:bold;
}

/********************************
オゼtwelve
********************************/
#content-body .doki_twelve {
	width:980px;
	margin:0 auto;
	background-image:url(../twelve/images/bg_index_sky.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f4eee0;
}
#content-body .doki_twelve .inside {
	width:980px;
	margin:0 auto;
	padding-bottom:160px;
	background-image:url(../twelve/images/bg_index_footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#content-body .doki_twelve .inside h2 {
	position:relative;
	text-align:center;
	line-height:0;
}
#content-body .doki_twelve .inside h2 span {
	position: absolute;
	text-align: center;
	left: 0;
    top: 88px;
	width:100%;
	line-height:22px;
}
#content-body .doki_twelve .inside .lead {
	margin:35px 0 28px 0;
	padding-top:98px;
	background-image:url(../twelve/images/bg_index_lead.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:16px;
	line-height:32px;
	letter-spacing:0.02em;
	text-align:center;
}
#content-body .doki_twelve .inside .lead p {
	margin-bottom:32px;
}
#content-body .doki_twelve .inside .lead .twelve_sp {
	display:none;
}
#content-body .doki_twelve .inside .soon {
	text-align:center;
}
/********************************
レゴ部
********************************/
#content-body .doki_lego {
	width:980px;
	margin:0 auto;
	background-image:url(../lego/images/bg_index_sky.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f4eee0;
}
#content-body .doki_lego .inside {
	width:980px;
	margin:0 auto;
	padding-bottom:160px;
	background-image:url(../lego/images/bg_index_footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#content-body .doki_lego .inside h2 {
	position:relative;
	text-align:center;
	line-height:0;
}
#content-body .doki_lego .inside h2 span {
	position: absolute;
	text-align: center;
	left: 0;
	top: 86px;
	width:100%;
	line-height:22px;
}
#content-body .doki_lego .inside .lego_waku {
	width:770px;
	margin:65px auto 0 auto;
}
/*180123*/
#content-body .doki_lego .inside .lego {
	float:left;
	width:370px;
	margin-bottom:30px;
}
#content-body .doki_lego .inside .lego.lego_center {
	float:none;
	margin:0 auto 30px auto;
}
/*/180123*/
#content-body .doki_lego .inside .lego:nth-child(2n) {
	float:right;
	width:370px;
}
/*180123*/
#content-body .doki_lego .inside .lego .photo {
	width:360px;
	max-height:220px;
	margin:0 auto 10px auto;
	line-height:0;
	overflow:hidden;
}
#content-body .doki_lego .inside .lego .photo img {
	width:100%;
	height:auto;
}
/*/180123*/
/*180328*/
#content-body .doki_lego .inside .lego_txt {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#content-body .doki_lego .inside .report {
	width:770px;
	margin:70px auto 70px auto;
}
#content-body .doki_lego .inside .report h3 {
	font-size:18px;
}
#content-body .doki_lego .inside .report h3 span {
	color:#6eb937;
}
#content-body .doki_lego .inside .report h3 span.caution {
	color:#ff0000;
}
#content-body .doki_lego .inside .report .link p {
	margin-bottom:1em;
}
#content-body .doki_lego .inside .report .link a {
	text-decoration:none;
}
#content-body .doki_lego .inside .report .link a:hover {
	text-decoration:underline;
}
#content-body .doki_lego .inside .report .link {
	margin-top:10px;
	color:#40220f;
	font-size:16px;
}
#content-body .doki_lego .inside .report .link span {
	color:#000;
	font-size:12px;
}
#content-body .doki_lego .inside .report .link a {
	color:#40220f;
	text-decoration:none;
}
#content-body .doki_lego .inside .report .link a:hover {
	text-decoration:underline;
}
/*/180328*/
#content-body .doki_lego .inside .lego .name {
	margin-bottom:5px;
	line-height:0;
}
#content-body .doki_lego .inside .lego .txt {
	font-weight:bold;
	text-align:left;
}
#content-body .doki_lego .inside .prof {
	width:770px;
	height:352px;
	margin:10px auto 65px auto;
	padding:65px 30px 0 30px;
	background-image:url(../lego/images/bg_index_lead.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#content-body .doki_lego .inside .prof h3 {
	display:none;
}
#content-body .doki_lego .inside .prof .txt {
	margin-bottom:16px;
	line-height:22px;
}
#content-body .doki_lego .inside .prof .link {
}
#content-body .doki_lego .inside .prof .link .name {
	display:table-cell;
	padding-bottom:16px;
	color:#754c24;
	font-weight:bold;
	line-height:1;
	text-align:right;
}
#content-body .doki_lego .inside .prof .link .name a {
	color:#754c24;
	text-decoration:none;
}
#content-body .doki_lego .inside .prof .link .name a:hover {
	text-decoration:underline;
}
#content-body .doki_lego .inside .prof .link .coment {
	color:#000;
	font-size:12px;
	font-weight:normal;
}
#content-body .doki_lego .inside .soon {
	text-align:center;
}
/********************************
ノート
********************************/
#content-body .doki_note {
	width:980px;
	margin:0 auto;
	background-image:url(../note/images/bg_index_sky.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f4eee0;
}
#content-body .doki_note .inside {
	width:980px;
	margin:0 auto;
	padding-bottom:200px;
	background-image:url(../note/images/bg_index_footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#content-body .doki_note .inside h2 {
	position:relative;
	text-align:center;
	line-height:0;
}
#content-body .doki_note .inside h2 span {
	position: absolute;
	text-align: center;
	left: 0;
	top: 86px;
	width:100%;
	line-height:22px;
}
#content-body .doki_note .inside .lang table {
	margin:30px auto 0 auto;
}
#content-body .doki_note .inside .lang td {
	text-align:center;
}
#content-body .doki_note .inside .lang td {
	padding:0 30px;
}
#content-body .doki_note .inside #jp h3 {
	text-align:center;
}
#content-body .doki_note .inside #jp {
	width:777px;
	height:1402px;
	margin:30px auto;
	background-image:url(../note/images/bg_index_jp.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#content-body .doki_note .inside .note_waku {
	width:590px;
	margin:28px auto 0 auto;
}
#content-body .doki_note .inside .note_waku .note {
	float:left;
	margin-bottom:25px;
}
#content-body .doki_note .inside .note.note01 {
	width:210px;
}
#content-body .doki_note .inside .note.note02 {
	float:right;
	width:300px;
}
#content-body .doki_note .inside .note.note03 {
	width:146px;
	margin-right:76px;
}
#content-body .doki_note .inside .note.note04 {
	width:146px;
	margin-right:76px;
}
#content-body .doki_note .inside .note.note05 {
	float:right;
	width:146px;
}
#content-body .doki_note .inside .note.note06 {
	width:300px;
}
#content-body .doki_note .inside .note .photo {
	margin:5px 0 15px 0;
	text-align:center;
	line-height:0;
}
#content-body .doki_note .inside .note .name {
	margin-bottom:5px;
	line-height:0;
}
#content-body .doki_note .inside .note .txt {
	font-size:14px;
	line-height:22px;
}
#content-body .doki_note .inside .detail {
	width:590px;
	margin:0px auto 0 auto;
	padding-top:10px;
	background-image:url(../note/images/img_index_line.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#content-body .doki_note .inside .detail ul {
	float:left;
	margin-right:15px;
	margin-left:15px;
}
#content-body .doki_note .inside .detail ul li {
	list-style:none;
	list-style-image:url(../note/images/dot.png);
	color:#40220f;
}
#content-body .doki_note .inside .detail ul li span {
	font-weight:bold;
}
#content-body .doki_note .inside .btn {
	width:146px;
	margin:50px auto 0 auto;
	text-align:right;
	line-height:1;
}
#content-body .doki_note .inside #en {
	width:775px;
	height:847px;
	margin:70px auto 30px auto;
	background-image:url(../note/images/bg_index_en.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#content-body .doki_note .inside #en h3 {
	text-align:center;
}
#content-body .doki_note .inside #en .btn {
	margin-top:30px;
}
#content-body .doki_note .inside .soon {
	text-align:center;
}
/********************************
オゼview
********************************/
#content-body .doki_view {
	width:980px;
	margin:0 auto;
	background-image:url(../art/images/bg_index_sky.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f4eee0;
}
#content-body .doki_view .inside {
	width:980px;
	margin:0 auto;
	padding-bottom:200px;
	background-image:url(../art/images/bg_index_footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#content-body .doki_view .inside h2 {
	position:relative;
	text-align:center;
	line-height:0;
}
#content-body .doki_view .inside h2 span {
	position: absolute;
	text-align: center;
	left: 0;
	top: 86px;
	width:100%;
	line-height:22px;
}
#content-body .doki_view .inside .lead {
	height:243px;
	margin:40px 0 83px 0;
	padding-top:43px;
	background-image:url(../view/images/bg_index_lead.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:16px;
	line-height:32px;
	letter-spacing:0.02em;
	text-align:center;
}
#content-body .doki_view .inside .lead p {
	margin-bottom:32px;
}
#content-body .doki_view .inside .lead .twelve_sp {
	display:none;
}
#content-body .doki_view .inside .view_waku {
	width:770px;
	margin:0 auto;
}
#content-body .doki_view .inside .view {
	float:left;
	width:223px;
	margin-right:50px;
}
#content-body .doki_view .inside .view:nth-child(3) {
	float:right;
	margin-right:0;
}
#content-body .doki_view .inside .view .photo {
	margin-bottom:10px;
	line-height:0;
	text-align:center;
}
#content-body .doki_view .inside .view .name {
	margin-bottom:5px;
	line-height:0;
	text-align:center;
}
#content-body .doki_view .inside .view .cap {
	text-align:center;
}
#content-body .doki_view .inside .view .txt {
	text-align:right;
}
#content-body .doki_view .inside .btn {
	width:146px;
	margin:22px auto 0 auto;
	text-align:right;
	line-height:1;
}
/********************************
シカ
********************************/
#content-body .doki_deer {
	width:980px;
	margin:0 auto;
	background-image:url(../note/images/bg_index_sky.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f4eee0;
}
#content-body .doki_deer .inside {
	width:980px;
	margin:0 auto;
	padding-bottom:200px;
	background-image:url(../note/images/bg_index_footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#content-body .doki_deer .inside h2 {
	position:relative;
	text-align:center;
	line-height:0;
}
#content-body .doki_deer .inside h2 span {
	position: absolute;
	text-align: center;
	left: 0;
	top: 86px;
	width:100%;
	line-height:22px;
}
#content-body .doki_deer .inside .photo {
	margin-bottom:5px;
	line-height:0;
}
#content-body .doki_deer .inside #damage {
	width:776px;
	height:601px;
	margin:35px auto 0 auto;
	padding:0 40px;
	background-image:url(../deer/images/bg_index_damage.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#content-body .doki_deer .inside #damage h2 {
	margin-bottom:20px;
	text-align:center;
}
#content-body .doki_deer .inside #damage .photo_right_area {
	float:right;
	width:225px;
}
#content-body .doki_deer .inside #damage .txt {
	float:left;
	width:450px;
	height:280px;
	line-height:22px;
}
#content-body .doki_deer .inside #damage .photo_bottom_area {
}
#content-body .doki_deer .inside #damage .photo_bottom_area .photo_area {
	float:left;
	margin-right:12px;
}
#content-body .doki_deer .inside #action {
	width:776px;
	height:1086px;
	margin:0 auto;
	padding:0 40px;
	background-image:url(../deer/images/bg_index_action.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#content-body .doki_deer .inside #action h2 {
	margin-bottom:20px;
	text-align:center;
}
#content-body .doki_deer .inside #action .photo_right_area {
	float:right;
	width:200px;
}
#content-body .doki_deer .inside #action .photo_right_area .photo_area {
	margin-bottom:5px;
}
#content-body .doki_deer .inside #action .txt {
	float:left;
	width:450px;
	line-height:22px;
}
#content-body .doki_deer .inside #action .txt p {
	margin-bottom:22px;
}
#content-body .doki_deer .inside #action .txt .point_pc {
	color:#754c24;
	font-weight:bold;
}
#content-body .doki_deer .inside #action .txt .point_sp {
	display:none;
}

#content-body .doki_deer .inside #action .photo_bottom_area {
}
#content-body .doki_deer .inside #action .photo_bottom_area .photo_area {
	float:left;
}
#content-body .doki_deer .inside #action .prof {
	width:688px;
	height:562px;
	margin:10px auto 65px auto;
	padding:65px 30px 0 30px;
	background-image:url(../deer/images/bg_index_action_prof.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#content-body .doki_deer .inside #action .prof h3 {
	display:none;
}
#content-body .doki_deer .inside #action .prof .txt {
	float:left;
	width:320px;
	margin-bottom:20px;
	line-height:22px;
}
#content-body .doki_deer .inside #action .prof .photo_right_area {
	float:right;
	width:308px;
}
#content-body .doki_deer .inside #action .prof .photo_right_area img {
	margin-left:17px;
}
#content-body .doki_deer .inside #action .prof .photo_bottom_area {
}
#content-body .doki_deer .inside #action .prof .photo_bottom_area .photo_area {
	float:left;
	margin-right:12px;
}
#content-body .doki_deer .inside #action .prof .photo_bottom_area .photo_area:nth-child(3) {
	float:right;
	margin-right:0;
}
#content-body .doki_deer .inside #action .prof .photo_bottom_area .cap {
	line-height:20px;
}



#content-body .doki_deer .inside .btn {
	width:146px;
	margin:15px auto 0 auto;
	text-align:right;
	line-height:1;
}

/********************************
オゼグッズ
********************************/
#content-body .doki_goods {
	width:980px;
	margin:0 auto;
	background-image:url(../goods/images/bg_index_sky.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#d7e7af;
}
#content-body .doki_goods .inside {
	width:980px;
	margin:0 auto;
	padding-bottom:90px;
}
#content-body .doki_goods .inside h2 {
	position:relative;
	top:30px;
	text-align:center;
	line-height:0;
}
#content-body .doki_goods .inside h2 span {
	position: absolute;
	text-align: center;
	left: 0;
	top: 86px;
	width:100%;
	line-height:22px;
}
#content-body .doki_goods .inside .lead {
	height:220px;
	margin:40px 0 0 0;
	padding-top:43px;
	font-size:16px;
	line-height:32px;
	letter-spacing:0.02em;
	text-align:center;
}
#content-body .doki_goods .inside .lead p {
	margin-bottom:32px;
	color:#fff;
}
#content-body .doki_goods .inside .goods_waku {
	width:770px;
	margin:0 auto;
}
#content-body .doki_goods .inside .goods {
	float:left;
	width:372px;
	margin-right:26px;
	margin-bottom:60px;
	border:solid 1px #000;
}
#content-body .doki_goods .inside .goods:nth-child(2n) {
	float:right;
	margin-right:0;
}
#content-body .doki_goods .inside .goods .photo {
	line-height:0;
	text-align:center;
}
#content-body .doki_goods .inside .goods .name {
	height:50px;
	margin:0;
	padding:0;
	background-color:#39b54a;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	letter-spacing:0.02em;
	color:#fff;
	line-height:60px;
}
#content-body .doki_goods .inside .goods .txt {
	text-align:right;
}
#content-body .doki_goods .inside .goods.last {
	margin-bottom:20px;
}
#content-body .doki_goods .inside .goods.last02 {
	float:right;
	margin-right:0;
	margin-bottom:20px;
}
#content-body .doki_goods .inside .btn {
	float:left;
	width:370px;
	margin-right:30px;
	text-align:right;
	line-height:1;
}
#content-body .doki_goods .inside .btn02 {
	float:right;
	width:370px;
	margin-right:0;
	text-align:right;
	line-height:1;
}
#content-body .doki_goods .inside a {
	text-decoration:none;
}
#content-body .doki_goods .inside a:hover {
	text-decoration:underline;
}
#content-body .doki_goods .inside .back {
	margin-top:60px;
	text-align:center;
}


#content-body .doki_art .inside .draw h4 {
margin-top:20px;
}

.singleart {
    max-width: 370px;
    text-align: right;
    margin-bottom: 10px;
    display: block;
    margin: 0 0 10px 0;
}

.singleart .txt {
    margin-top: 5px;
}

#content-body .doki_art .inside .flower.yoko .photo {
    height: inherit;
    width: 500px;
}

#content-body .doki_art .inside .flower.yoko {
    height: inherit;
    width: 500px;
	    margin: 0 auto 10px auto;
}

#content-body .doki_art .inside .flower_waku.yoko {
    width: 500px;
    margin: 0 auto 10px auto;
}

.maphoto {
    float: right;
}

.ma-area {
    width: 90%;
    margin: auto;
    text-align: left;
	    overflow: hidden;
}

.matextarea {
    max-width: 500px;
}

.flexbox{
display: flex;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 92%;
    max-width: 900px;
    margin: auto;
}

#content-body .flexitem img {
    width: 100%;
    padding: 10px;
    height: auto;
    max-width: 400px;
}

.linkarea {
    text-align: left;
    padding: 10px 50px;
	color: #40220f;
}
#content-body .linkarea a{
	color: #40220f;
}

@media (max-width: 480px){
	.linkarea {
    text-align: left;
    padding: 20px;
}
}

.linkarea span {
    font-size: 12px;
}

.linkarea img {
    margin: 0px 0px 0 10px;
}
#content-body .doki_twelve .inside .linkarea p {
    margin-bottom: 10px;
    line-height: 2.4em;
}

#content-body .doki .inside .doki_nav li {
    margin-bottom: 20px;
}

#content-body .doki .inside .doki_nav a {
    font-size: 16px;
    line-height: 1.4em;
    color: #754c24;
    font-weight: bold;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 260px;
    height: 60px;
}

#content-body .doki .inside .doki_nav ul {
    width: 550px;
}