@charset "utf-8";
/* CSS Document */

.hover_is {
	cursor:pointer;
	text-align: center;
}
.font_style{
	text-align:center;
	font-size:13px;
	font-weight: normal;
	color: #333333;
}
/*.gallery_animation {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}*/

.f_copy{
font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho','serif';
font-size:28px;
}
.css_arrow{
    width: 0;
    height: 0;
    border-left: 13px solid #a7a7a7;
    border-top: 25px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 25px solid transparent;
	background-color:#FFFFFF;
	float:left;
	margin-top:13px;
	margin-left:12px;
}

.husen {
    text-align:center;
    position:relative;
    width:200px;
    height:100px;
    background:#FFF;
    margin:10px;
}

.husen_effect
{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.gray_midashi {
margin:0 0 10px 0;
padding-left:10px;
background: #242424;
color:#FFF;
width:755px;
font-size:15px;
font-weight:bold;
}

.wb_all{
word-break:break-all;
}

.m_b10{
margin-bottom:10px;
}

.m_b20{
margin-bottom:20px;
}
.m_b30{
margin-bottom:30px;
}

.m_b40{
margin-bottom:40px;
}

.m_t2{
margin-top:2px;
}

.m_t5{
margin-top:5px;
}

.m_t10{
margin-top:10px;
}

.m_t15{
margin-top:15px;
}

.m_t20{
margin-top:20px;
}

.m_t30{
margin-top:30px;
}

.m_t40{
margin-top:40px;
}

.m_t50{
margin-top:50px;
}

.m_t100{
margin-top:100px;
}

.m_t130{
margin-top:130px;
}


.m_t30l30{
margin-top:30px;
margin-left:30px;
}

.m_t21{
margin-top:21px;
}

.m_l2{
margin-left:2px;
}
.m_l3{
margin-left:3px;
}

.m_l4{
margin-left:4px;
}

.m_l5{
margin-left:5px;
}

.m_l6{
margin-left:6px;
}

.m_l10{
margin-left:10px;
}

.m_l15{
margin-left:15px;
}

.m_l20{
margin-left:20px;
}

.m_l30{
margin-left:30px;
}

.m_l40{
margin-left:40px;
}

.m_l45{
margin-left:45px;
}

.m_l50{
margin-left:50px;
}

.m_l80{
margin-left:80px;
}

.m_l100{
margin-left:100px;
}
.m_l120{
margin-left:120px;
}

.m_l130{
margin-left:130px;
}
.m_l150{
margin-left:150px;
}
.m_l200{
margin-left:200px;
}

.m_r10{
margin-right:10px;
}


.f_left{
float:left;
}

.f_right{
float:right;
}


.f_m30{
float:left;
margin-left:30px;
}

.font_b{
font-weight:bold;
}

.font_10{
font-size:10px;
}

.font_11{
font-size:11px;
}

.font_12{
font-size:12px;
}
.font_13{
font-size:13px;
}
.font_14{
font-size:14px;
}

.font_16{
font-size:16px;
}

.font_18{
font-size:18px;
}

.font_20{
font-size:20px;
}

.font_24{
font-size:24px;
}

.font_25{
font-size:25px;
}

.f_white{
color:#FFFFFF
}

.f_orange{
color:#ec651a;
font-weight:bold;
}

.f_orange_20{
color:#ec651a;
size:20px;
}


.p_all5{
padding:5px;
}


.p_t2{
padding-top:2px;
}

.p_l2{
padding-left:2px;
}

.p_l5{
padding-left:5px;
}

.w_100{
width:100px;
}

.border_l{
border-left:1px #7c7c7c solid;
}

.border_c{
border:1px #cccccc solid;
}

.border_e5{
border:1px #e5e5e5 solid;
}

.border_r{
border-right:1px #7c7c7c solid;
}


.border_radius {
	border:1px #cccccc solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.talign_right{
	text-align:right;
}

.v_middle{
	vertical-align:middle;
}

/*共通の見出し*/
.common_midashi{
	background-image: url(../templates/img/mainbody/common_title.png);
	background-repeat: no-repeat;
	height:23px;
	margin-top:15px;
	margin-bottom:10px;
	padding-left:5px;
	padding-top:1px;
	font-size:16px;
}

.common_midashi span {
  padding-left:15px;
  color:#ffffff;
}

.sankaku{
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left: 15px solid #ff7200;
}


/*共通のボタン*/
.orange_btn {
	background-color: #ff7200;
	display: inline-block;
	width: 120px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	color: #fff;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}

.orange_btn a{
	color: #fff;
	font-size:15px;
	text-decoration: none;

}

.orange_btn a:linked{
	color: #fff;
}

.orange_btn a:visited{
	color: #fff;
}

.orange_btn::before,
.orange_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.orange_btn,
.orange_btn::before,
.orange_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.orange_btn:hover {
	background-color: #ff9a55;
	color: #fff;
}

/**************
/*共通のボタンワイド*/
.orange_btn2 {
	background-color: #ff7200;
	display: inline-block;
	width: 150px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	padding-top:10px;
	outline: none;
	color: #fff;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}

.orange_btn2 a{
	color: #fff;
	font-size:15px;
	text-decoration: none;

}

.orange_btn2 a:linked{
	color: #fff;
}

.orange_btn2 a:visited{
	color: #fff;
}

.orange_btn2::before,
.orange_btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.orange_btn2,
.orange_btn2::before,
.orange_btn2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.orange_btn2:hover {
	background-color: #ff9a55;
	color: #fff;
}
/**************
/*共通のボタンアイコン*/
.orange_btn3 {
	background-color: #ff7200;
	display: inline-block;
	width: 195px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	padding-top:5px;
	outline: none;
	color: #fff;
	font-size:18px;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}

.orange_btn3 img{
	vertical-align:middle;
	margin-right:5px;
}

.orange_btn3 a{
	color: #fff;
	text-decoration: none;
}

.orange_btn3 a:linked{
	color: #fff;
}

.orange_btn3 a:visited{
	color: #fff;
}

.orange_btn3::before,
.orange_btn3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.orange_btn3,
.orange_btn3::before,
.orange_btn3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.orange_btn3:hover {
	background-color: #ff9a55;
	color: #fff;
}
/**************



/*********************************************************************/
/* デザインスケッチ */
#ds_header { 
	height: 110px;
	background-image: url(../gallery/ds/img/ds_titleBG.png);
	background-repeat: no-repeat;
	background-position: right;
	border-left: #000066 solid 10px;
	padding-left: 15px;
	padding-top: 12px;
	margin: 10px 0px 0px;
}
.ds_header_senga {
	float:left;
	background-image: url(../gallery/ds/img/ds_title_elipse.png);
	font-size: 1.2em;
	width: 80px;
	background-repeat:no-repeat;
	text-align: center;
	height: 35px;
	margin-right: 3px;
	font-weight: bold;
	padding-top:5px;
}
#ds_header_title { 
	font-size: 2.2em;
	font-weight: bold;
	color: #000066;
	margin-top: -40px;
}
#ds_header_text {
	color: #ff5561;
	font-weight: bold;
	float: left;
	margin: 5px 0px 0px 30px;
}
/*********************************************************************/


.gallery_bodar_1 {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;  
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hand_tmp {
	font-weight: bold;
	background-color: #666666;
	text-align: center;
	top: 5px;
	bottom: 5px;
	cursor: pointer;
	font-size: 12px;
	margin: 2px;
	width: 150px;
}
.hand_tmp a{
	color:#FFFFFF;
	width: 150px;
}
.hand_tmp a:HOVER{
	color:#FFCC00;
}
.qtvr_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	background-position: center;
	padding: 5px;
}
.qtvr_text {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
.koumoku {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.original_line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.midashi {
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
}
.boxcolor {
	border: 2px solid #999999;
}
.box_tyuui {
	border: 2px solid #FF3366;
}
.hatyuu_text {
	font-size: 18px;
	font-weight: bold;
}
.red_box {
	color: #FF0000; font-weight: bold; font-size: 18px;
}
.pinkstyle {
	color: #FF3366;
	font-weight: bold;
}
.orenge_line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

.pointer {
  cursor:pointer;
}

/*TJI2010/09/24*/
#galleryMainbody {
	width:750px;
	margin:0 0 0 5px;
	font-size:0.8em;
}

/*Staff?????*/
.pageSetumei {
	margin:5px 0; 
}

#optionMenu {
	padding:9px 0 5 8px;
	border: #737373 thin solid;
	height:30px;
}
.optionMenu {
	float:left;
	margin:5px 20px 0 5px;
}
/*Staff?????*/

#gallery_main {
	margin:20px 0px;
}
#gallery_hand {
	border-left:#FF0000 solid 8px;
	padding:5px;
	float:left;
}
#gallery_cg {
	border-left:#000099 solid 8px;
	padding:5px;
	float:right;
}
.gallery_mainLeft {
	float:left;
	margin-right:-5px;
}
.gallery_mainRight {
	float:right;
}
.gallery_category {
	margin-bottom:5px;
}
.gallery_category a{
	font-size:1.3em;
	font-weight:bold;
	color:#202020;
}
.gallery_category a:hover{
	color:#FF9C00;
}
.gallery_setumei01 {
	width:148px;
	margin-top:5px;
}
.gallery_bukkenbetu{
	padding:10px 0 3px 0;
	width:355px;
}
.gallery_bukkenbetu a{
	padding:5px;
	color:#202020;
	font-weight:bold;
}
.gallery_bukkenbetu a:hover{
	color:#FF9C00;
}
.gallery_category02 {
	margin-bottom:5px;
}
.gallery_category02 a{
	font-size:1.2em;
	font-weight:bold;
	color:#202020;
}
.gallery_category02 a:hover{
	color:#FF9C00;
}
.gallery_others {
	border:#737373 thin solid;
	padding:5px 0 5px 6px;
	width:235px;
	float:left;
	margin:0 5px 10px 0;
}
/*Gallery???????p*/

.image {
	width:700px;
	text-align:center;
	border:none;
}
.image a{
	border:none;
	text-decoration:none;
}
.number {
	font-weight:bold;
	font-size:15px;
	text-align:left;
	padding:10px 5px;
}
.price {
	font-weight:bold;
	font-size:15px;
	text-align:right;
	padding:10px 5px;
}
.close {
	font-size:10px;
	text-align:left;
	color:#666666;
}
/*Gallery????p*/

#gallery_menu {
	width:760px;
}
#gallery_menu2 {
	width:760px;
	height:28px;
	margin-top:10px;
	margin-bottom:3px;
}
#menu_line {
	width:760px;
	height: 4px;
	background: url(../gallery/img/menu_line.jpg);
}
#menu_pages {
	width:47px;
	height: 18px;
	background: url(../gallery/img/menu_pages.jpg);
	float:left;
}
#menu_pages2 {
	width:47px;
	height: 18px;
	background: url(../gallery/img/menu_pages.jpg);
	float:left;
	margin-top:9px;
}
#menu_over {
	width:30px;
	height: 18px;
	text-align:center;
	vertical-align:bottom;
	background: url(../gallery/img/menu_over.jpg);
	float:left;
}
#menu_over2 {
	width:30px;
	height: 18px;
	text-align:center;
	vertical-align:bottom;
	background: url(../gallery/img/menu_over.jpg);
	float:left;
	margin-top:9px;
}
.menu {
	width:30px;
	height: 18px;
	text-align:center;
	vertical-align:bottom;
	background: url(../gallery/img/menu.jpg);
	float:left;
	text-decoration:none;
}
.menu2 {
	width:30px;
	height: 18px;
	text-align:center;
	vertical-align:bottom;
	background: url(../gallery/img/menu.jpg);
	float:left;
	text-decoration:none;
	margin-top:9px;
}
.gallery_notice {
	text-align:center; 
	font-weight:bold; 
	font-size:0.9em; 
	padding:10px 0px;
}
/*Gallery TOP PAGE 2012.04.14*/
#galleryTopName {
	height:55px;
	margin-top:20px;
}
#galleryTopCatchphrase {
	float:left;
	font-size:1.5em;
	font-weight:bold;
	color: #006666;
	padding:20px 0 0 30px;
}
#galleryTopCatchphrase2 {
	float:left;
	font-size:1.5em;
	font-weight:bold;
	color: #006666;
	padding:0 0 0 70px;
	
}
#galleryTopSetumei {
    width:725px;
	height:288px;
	margin-bottom:20px;
	border:#757575 2px solid;
	
}
#galleryTopSetumei2 {
	height:288px;
	margin-bottom:20px;
	
}
#galleryTopSetumeiLeft {
	float:left;
	height:288px;
	width:245px;
}
#galleryTopSetumeiCenter {
	float:left;
	height:288px;
	width:245px;
}

#galleryTopSetumeiRight {
	float:left;
	height:288px;
	width:235px;
}
#galleryText {
	padding:4px;
	font-size:0.9em;
	
}
#galleryTopHeading1 {
	font-size:1.8em;
	font-weight:bold;
	float:left;
	padding:5px;
}
#galleryTopHeading2 {
	float:left;
	margin-top:15px;
	padding-left:30px;
}
.galleryTopButton {
	padding:10px;
	float:left;
	width:200px;
	height:155px;
	margin:10px 15px 0px 5px;
}
.gallerySmallText {
	text-align:center;
	font-size:0.7em;
	padding:3px;
}
.gallerySmallText2 {
	text-align:center;
	font-size:1em;
	padding:1px;
	margin-left:5px;
}
/*Gallery TOP PAGE 2012.04.14*/

/*Gallery 写真合成TOP PAGE 2012.04.25*/
#montTopLeft {
	float:left;
	width:400px;
	height:288px;
}
#montTopRight {
	float:left;
	width:280px;
	height:288px;
	margin-left:15px;
}
#dpTopRight {
	float:left;
	width:350px;
	height:288px;
}
.mont_botan{
	padding:0 0 0 20px;
}
.montBox {
	width:350px;
	height:360px;
	float:left;
	border:#EC5121 3px solid;
	margin:0 10px 0 0;
}
.montTitle {
	background: #EC5121;
	color: #FFFFFF;
	text-align:center;
	padding:10px 10px 10px 10px;
	font-weight: bold;
	height:15px;
	border-bottom:#FFB300 5px solid;
}
.montImg {
	text-align:center;
	height:230px;
	padding:5px;
}
.montTejun {
	font-size:0.75em;
	float:left;
	height:74px;
	width:210px;
	padding:6px;
	line-height:130%;
}
.montPrice {
	float:left;
	font-size:1.5em;
	font-weight:bold;/*
	width:30%;*/
	text-align:center;
	padding:35px 5px 5px 15px;
}
.montMore {
	text-align:right;
	display:block;
	padding:1px 10px 1px 1px;
	}
/*Gallery 写真合成TOP PAGE 2012.04.25*/
/*Gallery DORAWPLUS TOPPAGE 2012.05.01*/
.dpBox {
    width:365px;
	height:360px;
	float:left;
	border:#EC5121 3px solid;
	margin:0 5px 0 0;
}
.dpImg {
	text-align:center;
	height:248px;
/*Gallery DORAWPLUS TOPPAGE 2012.05.01おわり*/

/*Gallery ３Dｶﾞｯｼｭ 2012.05.02*/	
}
#gchBigBox{
	 margin:30px 0 30px 0;
}
#gchBox{
     float:left;
	 padding:20px 0 0 0;
}
#gchImg{
     margin:20px 20px 0 0;
}


#gchRightBox{
     margin:0 0 0 20px;
}
/*ここからanimtionアニメーションのスタイル*/
#animationHeading {
	border-bottom:#000000 thin solid; 
	width:760px;
}
#animationSubHeading {
	float:left;
	font-size:1.5em;
	font-weight:bold;
	color:#0093E0;
	padding:5px;
	width:300px;
}
.animationButton {
	width:243px;
	height:220px;
	float:left;
	margin:7px 5px 0px 0px;
}
.animationName {
	 text-align:center; 		
	 font-weight:bold;
	 font-size: 14px;
	 margin-top: 3px;
}
.animationYoutube {
	float:left;
	margin: 0px 0 10px 20px;
}

#bunraku{	
background-image:url(../gallery/animation/img/bunraku2.jpg);
background-repeat:no-repeat;
text-align:center;
margin-top:10px;
margin-left:55px;
width:650px;
height:366px;
}

#bunraku img:hover{
opacity:0;
}

/*ここまでanimtionアニメーションのスタイル*/

/*ここから、グラフィックのスタイル*/

.graphics_title {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFCC00;
}
.gra_mintext {
    font-size:12px;
	width:400px;
	height:15px;
}
.gra_mintext_2 {
    font-size:12px;
	width:300px;
	height:15px;
}
.gra_img_heimen {
    height:200px;
	width:400px;
	text-align:center;
	
}
.gra_img_ritumen {
	width:300px;
	height:120;
	
}
.gra_img_toresu {
	width:300px;
	height:70px;
	
}
.gra_box {
    width:760px;
	height:220px;
}
.gra_box2 {
    width:760px;
	height:420px;
}
.gra_box3 {
    width:760px;
	height:200px;
}
.gra_box_left {
    width:330px;
	height:220px;
	float:left;
}
.gra_box_right {
    width:430px;
	height:220px;
	float:left;
}
.gra_minbox {
    width:400px;
	height:200px;
}
.gra_minbox2 {
    width:300px;
	height:120px;
}
.gra_minbox3 {
    width:300px;
	height:70px;
}
#gra_Right {
	float:left;
	height:230px;
	width:300px;
}
#gra_left {
	float:left;
	height:230px;
	width:400px;
}
.gra_font_style{
	text-align:center;
}
#graindex_box{
    float:left;
	height:26px;
	width:760px;
	border:#FF9900 1px solid;
	background-color: #FFFFCC;
	margin:10px 0 5px 0;
	
}
.grastep {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-align: center;
	float:left;
	width:200px;
	height:26px;
}
.gratittel_text{
    float:left;
	background-color: #FFFFCC;
	padding:4px 0 0 10px;
	font-size:14px;
	
}
.gp_top{
    float:left;
	width: 86px;
    height: 86px;
    -webkit-border-radius: 43px;/* width,heightの半分 */
    -moz-border-radius: 43px;
    border-radius: 43px;
    background-color: #3cb3cb;/* 円の色 */
	font-weight:bold;
	color:#FFFFFF;
	margin-left:5px;
}

.gra_rogoimg1 {
    float:left;
	margin:5px 0 0 5px;

}
.gra_rogoimg2 {
    float:left;
	width:350px;
	margin:5px 0 0 10px;
}
.gra_rogoimg3 {
    float:left;
	height:375px;
	width:300px;
}
.gra_rogoimg4 {
    float:left;
	margin:5px 5px 5px 7px;;

}
.gra_rogoimg5 {
    float:left;
	margin:5px 0px 10px 0px;;

}
.gra_rogoimg6 {
    float:left;
	margin:5px 0px 10px 0px;;
	padding:15px 0 0 0;

}
.gra_rogoimg7 {
    float:left;
	margin:5px 0 0 10px;

}
/*2013.01.22 SHOP分類*/

#shopclass_BigBox {
   width:764px;
   height:58px;
   margin:5px 0px 5px 0px;
}
.class_left {
   width:554px;
   height:58px;
   float:left;
}
.class_right {
   width:210px;
   height:58px;
   float:right;
}
.classtop1 {
   width:171px;
   height:26px;
   float:left;  
}
.classtop2 {
   width:383px;
   height:26px;
   text-align:center;
   float:right;
}
.shop_bt {
   width:102px;
   height:26px;
   float:right;
}
#btbox {
   width:554px;
   height:26px;
   float:right;
}

/*2013.04.01~ concept art*/

#Ca_BigBox {
   width:764px;
   margin:5px 0px 5px 0px;
}
#Catittle {
   width:764px;
   height:80px;
}
#dstittle {
   width:764px;
   height:150px;
   margin-bottom:0px;
}
#Calogo {
   width:280px;
   height:80px;
   float:left;
   margin-left:5px;
}
#Casub {
   width:475px;
   height:80px;
   float:left;
   font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
   font-size:2em;
   font-weight:bold;
   text-align:center;
   padding-top:40px;
   margin-bottom:0px;
}
#Camain {
  width:764px;
  margin-bottom:20px;
}
#mintittle {
  width:382px;
  float:left;
  font-size:2em;
  float:left;
  font-weight:bold;
  color:#666666;
  padding:20px 0px 0px 5px;
}
#Casetumei {
  width:764px;
  padding:10px 0px 10px 5px;
  font-size:1.1em;
}
#gala {
  width:764px;
}
.CaBox {
  white:764px;
  height:218px;
  margin-top:50px;
}
#CaminBox {
  float:left;
  padding-left:15px;
}
.dsBox {
  white:764px;
  height:218px;
  margin:0px 0px 80px 0px;
}
.dsBox2 {
  height:218px;
  margin:40px 0px 0px 70px;
  font-size:1.1em;
}
#dsminBox {
  float:left; margin:10px 0px 0px 15px;
}
#dsminBox2 {
  float:left; 
  margin:0px 0px 0px 100px;
}


.ga_top_category{
	float:left;
	background-repeat: no-repeat;
	width:375px;
}

a:hover .ga_top_category {
   opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
 }

.ga_top_shadow {
	text-shadow:
		-1px -1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		1px 1px #FFF;
    font-size:13px;
    margin-top:69px;
	margin-left:15px;
	font-weight:bold;
	line-height:1.3em;

}

.alpha a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
     -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
     transition: 0.4s ease-in-out;
}

.alpha2 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*2013.04.09~ highquality*/
.hqmin {
  float:left;
  text-align:center;
  padding:5px 10px 5px 20px;
}

.hq2_caption{
line-height:12px;
font-size:12px;
text-align:right;
float:left;
width:370px;
}

/*motionplus*/
.mplist{
  list-style-image:url(../gallery/motionplus/img/mp_img05.png);
  font-size:1.2em;
  margin-left:30px;
  margin-top:30px
}
.mplist li{
  margin-bottom:6px;
  
}
.motionplus{
	margin:10px auto;
	size:15px;
	background: #eee;
	border-left:5px solid #3cf;
	padding: 2px 0 2px 15px;
	color:#000;
	font-weight:bold;
}

.motion_img1{
	margin-top:10px;
	margin-left:0px;
	margin-bottom:25px;
}

.motion_p1{
	margin-left:10px;
	float:left;	
}

.motion_p2{
	margin-left:20px;
	float:left;	
}


/*新ギャラリー*/
/*カテゴリー*/
.ga_category_menu{
float:left;
width: 188px;
height: 22px;
margin: 0px auto 0px;
padding: 0;
background:#e5e5e5;
color: #002244;
text-align: center;
font-size: 14px;
border-color:#bfbfbf;
border-width:1px;
border-style:solid;
line-height:22px;

}

.ga_category_menu a{
display: table-cell;
display:block;
color: #0d1a43;
width: 188px;
height: 22px;
text-decoration:none;
}

.ga_category_menu a:hover {
color: #0d1a43;
background:#ffe4a0;
}

/*画像*/
.ga_work{
float:left;
height:240px;
width:254px;
border-color:#CCC;
border-width:1px;
border-style:solid;
margin:2px;
text-align: center;
}

.ga_work_img{
cursor:pointer;
height:190px;
width:240px;
margin: 5px auto;
line-height:190px;
}

.ga_work_img img{
vertical-align: middle;
max-height:190px;
max-width:240px;
}


.ga_work_id{
font-size: 12px;
}

.ga_work_id_m{
font-size: 12px;
float:left;
margin-left:10px;
}

.ga_work_price_m{
font-size: 12px;
float:right;
margin-right:10px;
}

.ga_work_caption{
font-size: 12px;
}
/*拡大メッセージ*/

.ga_notice {  
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px;
}


/*動く看板*/
.ugoku_caption{
float:left;
margin-top:20px;
margin-left:35px;
font-size:22px;
font-weight:bold;
color:#515151;

}

.ugoku_title{
   width:764px;
   height:100px;
   margin-bottom:0px;
   padding-top:10px;
   padding-left:5px;
   float:left;
}

.ugoku_box{
  float:left;
  padding:10px 0px 0px 0px;
}

.ugoku_text {
  margin:30px 0px 0px 0px;
  font-size:21px;
  font-weight:bold;
  color:#00b1ed;
}

.ugoku_text2 {
  margin:10px 0px 0px 0px;
  font-size:16px;
}
.ugoku_text3 {
  margin:40px 50px 0px 20px;
  font-size:16px;
}
.ugoku_movie {
  float:left;
  margin:10px 0px 0px 0px;
}

	
.ugoku_img{
float:left;
margin:10px 0px 0px 50px;
}

.ugoku_howto   {  
/*角丸*/
-moz-border-radius: 10px;    /* Firefox */
-webkit-border-radius: 10px; /* Safari,Chrome */
border-radius: 10px;         /* CSS3 */
border: 1px #a7a7a7 solid;     /* 枠線の装飾 */
width: 110px;
height:70px;
text-align: center;
padding: 3px;
font-size:16px;
font-weight:bold;
float:left;
margin-bottom:10px;
vertical-align:middle;
} 
.ugoku_box2{
  float:left;
  margin:15px 0px 15px 12px;
}

.ugoku_mitsumori{
background-color:#FF9900;
font-weight:bold;
color:#FFFFFF;
width:110px;
font-size:16px;
margin:20px 0px 5px 0px;
padding:2px;
text-align:center;
}

/*イルミネーション*/
.il_bg{
background-image:url(../gallery/illuminations/img/illuminations_b.jpg);
background-repeat: no-repeat;
width:764px;
height:1500px;

}

.il_bg img { border-style:none; }

.il_box1{
  float:left;
  margin:90px 0px 20px 25px;
}

.il_text1{
color:#FFF;
font-size:16px;
font-weight:bold;
margin:30px 10px 20px 20px;

}

.il_box2{
width:713px;
height:405px;
margin:20px 0px 0px 23px;
background-image:url(../gallery/illuminations/img/il_img02.jpg);
background-repeat: no-repeat;
color:#FFF;
font-size:18px;
font-weight:bold;
padding-left:300px;
padding-top:5px;
}

.il_text2{
color:#FFF;
font-size:16px;
font-weight:bold;
margin:20px 10px 20px 30px;

}


.il_box3{
  float:left;
  margin:20px 0px 0px 60px;
}


/*動くﾂｰﾙ*/
.dynamic_detail {
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
	color:#000000;
	line-height:25px;
}

.dynamic_detail2 {
	font-size: 24px;
	font-weight:bold;
	text-decoration: none;
	color:#000000;
	line-height:25px;
}
.dynamic_detail3 {
	font-size: 22px;
	font-weight:bold;
	text-decoration: none;
	color:#000000;
	line-height:25px;
}

.dynamic2_img1{
	float:left;
	width:375px;
	height:380px;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
	margin-left:4px;
	margin-bottom:3px;
		}
		
a:hover .dynamic2_img1{
filter:alpha(opacity=65);
-moz-opacity:0.65;
-khtml-opacity:0.65;
opacity:0.65;
}

.dynamic2_img2{
	float:left;
	width:248px;
	height:380px;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
	margin-left:4px;

	}
	
a:hover .dynamic2_img2{
filter:alpha(opacity=65);
-moz-opacity:0.65;
-khtml-opacity:0.65;
opacity:0.65;
}


.dynamic2_box{
width:740px;
background-color:#eeeeee;
margin:10px 0px 20px 5px;
}

.dynamic2_boxtxt1{
float:left;
font-size:20px;
margin:30px 15px 0px 30px;
font-weight:bold;
}

.dynamic2_boxtxt2{
float:left;
font-size:17px;
margin:15px;
font-weight:bold;
background-color:#FFFFFF;
width:440px;
height:92px;
padding-top:10px;
padding-left:10px;
border-radius: 10px;          
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
line-height:26px;     
}

/*お問合せﾍﾟｰｼﾞ*/
.c_button {
	margin-left:50px;
	margin-top:50px;
	border:none;
	transition:0.3s;
}
.c_button:hover {
	opacity:0.7;
}
.c_button2 {
	margin-left:80px;
	margin-top:10px;
	border:none;
	transition:0.3s;
}
.c_button2:hover {
	opacity:0.7;
}

.contact_txt{
width:300px;
float:left;
margin-top:25px;	
margin-left:30px;	
margin-bottom:10px;	
}
.contact_img{
float:left;
margin-top:5px;	
margin-left:30px;
margin-bottom:10px;		
}

.contact_es{
margin-top:20px;	
margin-left:10px;
}
.contact_es2{
float:left;
margin-top:30px;	
margin-left:10px;
}

.contact_box{
float:left;
margin-top:30px;	
margin-left:20px;
width:350px;
height:100px;
border:solid #cccccc 1px;
padding-top:5px;
}


