/**css reset**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background: #020202 url(../images/highlight.jpg) no-repeat center fixed;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:10.5px;
	color:#bb5544;
	margin:0;
	padding:0;
	line-height:1.5em;
}
#wrapper {
	width:960px;
	margin:0 auto;
	margin-top:0px;
	padding-top:25px;
}
a {
	color:#bb5544;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
h1 {
	font-size:18px;
	color: #bb5544;
	text-transform:capitalize;
	line-height:28px;
	text-align:left;
}
h2 {
	font-size:18px;
	color: #bb5544;
	text-transform:capitalize;
	line-height:20px;
	text-align:left;
}
h3 {
	font-size:22px;
	color: #bb5544;
	text-transform:capitalize;
	line-height:28px;
	text-align:left;
}
text {
	font-size:15px;
	color:#46bbe8;
	text-transform:capitalize;
	line-height:15px;
        text-decoration: underline;
	text-align:left;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000000 #000000 #333333;
	border-style: solid;
	border-width: 1px;
	clear: both;
	display: block;
	margin: 24px 0;
	padding: 0;
	width: 100%;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	color:#CCC;
}

.clearfix {
	clear:both;
	visibility:hidden;
	height:0;
}
.nomargingright {
	margin-right:0px !important;
}
#mainbody {
	width:100%;
	float:left;
	position:relative;
	padding-top:55px;
}
#logo {
	position: absolute;
	z-index: 100;
	width:230px;
	height:64px;
	margin-top:-65px;
}
#logo a {
	background:url(../images/logo.png) no-repeat;
	display: block;
	height:64px;
	margin: 0px 0 0;
	padding: 0;
	text-decoration: none;
	width:230px;
}
#logo a span {
	display: none;
}
#content {
	width: 960px;
	box-shadow: 0 0 10px #000000;
	float: left;
	margin:0px;
	padding:0px;
	z-index:50;
}
#main {
	width:100%;
	float:left;
	background: #333;
}
.section {
	width:100%;
	float:left;
	padding:15px 0px 15px 0px;
}
.work_items {
	width:100%;
	float:left;
        //border: 1px solid #46bbe8;/*ボーだー*/
                                
}
.work_description {
	display:block;
	float:left;
	width:625px;
	padding-left:15px;
}
.Skills_items {
	width:300px;
	float: right;
	margin-top: 75px;
	margin-bottom:20px;
}

.Skills_items .block {
	width:100%;
}
Skills_items img{
    width: 100%;
    height: auto;
}


.items_left {
	width:100%;
	float: left;
	margin-top: 0;
	margin-bottom:20px;
}
.items_right_about{
    width:300px;
    height: auto;
	float: right;
        padding: 0;
        border: 0;
	margin-top: 75px;
        padding: 1% 0 0 0;
        background-color:#333333;/*テスト用*/
        
}
.items_right{
    width:300px;
    height: auto;
	float: right;
        padding: 0;
        border: 0;
	margin-top: 75px;
        //background-color: #46bbe8;/*テスト用*/
        
}
.skilul {     
    list-style: none;
    text-align: right;
    margin: 0;
    border: 0;
    padding: 0;
    height: auto;
    width: auto;
    
}
.skilul li { 
    margin: 0;
    border: 0;
    color: #FFF;
    width: 100%;
    float: right;
    padding: 0 0 1% 0;
    text-align:center;
}
.skilul li img { 
    width: 95%;
}
.skilul_about {     
    list-style: none;
    text-align: right;
    margin: 0 0 10% 0;
    border: 0;
    padding: 0;
    
}
.skilul_about li { 
    margin: 0;
    border: 0;
    color: #FFF;
    width: 100%;
    float: right;
    padding: 0 0 5% 0;
    text-align:center;
    font-size: 130%; 
}
.skilul_about li img { 
    width: 82%;
    border: 1px solid #4f4e4d;
}

.Skills_widget_items {
	display:block;
	padding-top:15px;
}
.Skills_widget_title {
	display:block;
}
.Skills_widget_stars {
	float:left;
	width:100%;
	padding-bottom:8px;
	border-bottom:#666 1px dotted;
}
.widget_stars {
	display:block;
	padding-right:7px;
}
.category {
	display: block;
	font-style: italic;
	line-height: 12px;
	margin: 2px 0 0px;
	padding: 0 0px;
}
.about_page {
	width:930px;
	float:left;
	padding:15px 0px 0px 0px;
	margin:1px 0px 0px 15px;
}
.worka_items {
	width:100%;
	float:left;
	padding-bottom:20px;
}
.about_items {
	width:600px;
	float:left;
	padding-bottom:20px;
}
.about_img {
	width:300px;
	height:193px;
	float:right;
	margin:0px 0px 7px 10px;
}
.contact_page {
	width:930px;
	float:left;
	padding:15px 0px 0px 0px;
	margin:1px 0px 0px 15px;
}
.contact_items {
	width:630px;
	float:left;
	padding-bottom:20px;
}
.grey_bar {
	width:898px;
	height:22px;
	background:#262626;
	margin-bottom:20px;
	padding:18px 15px 15px 15px;
        
}
.grey_bar2 {
	width:95%;
	height:22px;
	background:#262626;
	margin-bottom:20px;
	padding:18px 15px 15px 15px;
}
#breadcrumbs {
	width: auto;
	float:right;
}
#breadcrumbs ul {
	width:100%;
	float:right;
}
#breadcrumbs ul li {
	float:left;
	list-style:none;
	padding-left:5px;
	font-size:11px;
}
#breadcrumbs ul li a {
	color:#bb5544;
	font-size:11px;
	text-decoration:none;
}
#breadcrumbs ul li a:hover {
	color:#999;
	text-decoration:underline;
}
.contact_sidebar {
	width:270px;
	float: right;
	margin-top:75px;
	margin-bottom:20px;
}
#address {
	width:100%;
}
#address ul {
	width:100%;
	margin-top:15px;
}
#address ul li {
	list-style:none;
	padding-bottom:8px;
}
.map {
	width:260px;
	border:5px solid #666;
	margin-top:20px;
}
#contact_items .conttac_form {
	width:100%;
	padding-top:30px;
}
.formblock {
	display: block;
	clear: left;
	position:relative;
}
.formblock label {
	display: block;
	font-weight: 600;
	color: #232323;
	color: #fff;
	font-size:12px;
}
.formblock input {
	width:270px;
	height: 40px;
	padding: 0 0 0 30px;
	float:left;
	background:#262626;
	border:#666 1px solid;
	margin:10px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	color:#999;
}
.formblock input:focus {
	background:#292929;
	outline: none;
}
.formblock textarea {
	width:570px;
	height: 130px;
	padding: 20px 10px 0 30px;
	background:#262626;
	clear:left;
	border:#666 1px solid;
	;
	margin:10px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	color:#999;
}
.formblock textarea:focus {
	background:#292929;
	outline: none;
}
/*.formblock .error {color:#ba1e1e; font-size:11px; position:relative; top:15px; left:10px;}*/

.info {
	font-weight: bold;
	color: #3c4042;
}
p.tick {
	font-weight: bold;
	color: #3c4042;
}
.button {
	border:none;
	float:right;
	margin:20px 0 0 0;
}
#leftsidebar {
	width:360px;
	float:left;
	height:589px;
	background:#333;
	padding-bottom:20px;
}
#sidebar {
	width:600px;
	float:left;
}
#navigation {
	float: right;
	height: 40px;
	left:300px;
        margin: 0;
	position: absolute;
	top:31px;
	z-index:400;
	width: 600px;
}
.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:right;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	display: block;
	float: left;
	list-style-type: none;
}
.nav li a {
	float: left;
	padding:0px 13px 0px 13px;
}
.nav li a:hover {
	color:#666;
	text-decoration:none;
}
.nav li a.active {
	color:#666;
	text-decoration:none;
}
.nav li a span {
	line-height:16px;
}
#viwe_more_works_btn {
	width:149px;
	float: right;
	height:37px;
	margin-bottom:20px;
}
#viwe_more_works_btn a {
	text-decoration:none;
	width:149px;
	float: right;
	height:37px;
	/*background:url(../images/view_more_btn.png) no-repeat;*/
	border:none;
}
#viwe_more_works_btn a:hover {
	width:149px;
	float: right;
	height:37px;
	/*background:url(../images/view_more_btn_hover.png) no-repeat;*/
	border:none;
}
.send_btn {
	width:73px;
	height:27px;
	float:left;
	background:url(../images/send_btn.png) no-repeat;
	text-align:center;
}
.send_btn a {
	text-align:center;
	line-height:32px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
.send_btn a:hover {
	text-align:center;
	line-height:32px;
	text-decoration:none;
	color:#bb5544;
}
.gallery-box {
	width:287px;
	float:left;
	border:#666 1px solid;
	padding:0px 4px 4px 4px;
	margin-right:18px;
}

/*workarea_gallery*/
#workarea_gallery {
	width:100%;
	float:left;
}
#workarea_gallery .pro_items {
	width:100%;
	float:left;
        padding: 0 0 10px 0;
}
#workarea_gallery .pro_items a{
    border: 1px solid #707070;
    float: left;
    width: auto;
    margin: 0 5px 0 10px;
    padding: 0 0 0 0;
    text-align: center;
}
#workarea_gallery .pro_items a img{
    border: 1px solid #707070;
}

/*====*/


#work_gallery {
	width:100%;
	float:left;
}
#work_gallery .pro_items {
	width:100%;
	float:left;
}
#work_gallery .pro_items a{
    border: 1px solid #707070;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}
#work_gallery .pro_items a img{
    border: 1px solid #707070;
}
.main_tittle {
	width:280px;
	float:left;
	border-top:#606060 1px solid;
	line-height:22px;
	margin:40px 0px 0px 40px;
	padding:15px 0px 0px 0px;
}
.main_desc {
	width:280px;
	float:left;
	border-top:#606060 1px solid;
	line-height:22px;
	margin:25px 0px 0px 40px;
	padding:10px 0px 0px 0px;
}
.update {
	width:280px;
	border-top:#606060 1px solid;
	line-height:22px;
	margin:20px 0px 0px 40px;
	padding:10px 0px 0px 0px;
}
.update ul {
	width:100%;
	list-style:none;
	float:left;
}
.update ul li {
	width:100%;
	float:left;
	list-style:none;
}
.update ul li a {
	float:left;
	text-decoration: none;
	color:#CCC;
	display:inline;
}
.update ul li a:hover {
	float:left;
	text-decoration: underline;
	color:#bb5544;
}
.about {
	width:280px;
	float:left;
	border-top:#606060 1px solid;
	line-height:22px;
	margin:25px 0px 0px 40px;
	padding:10px 0px 0px 0px;
}
#social_container {
	width:120px;
	margin:0 auto;
	display:block;
}
.social_icon {
	width:24px;
	height:24px;
	float:left;
	margin:0px 2px 15px 2px;
	display:inline;
}
#footer {
	float: left;
	left: 0;
	padding: 20px 0 ;
	width: 100%;
	z-index: 100;
	margin-bottom: 20px;
}
#footer p {
	font-size:11px;
	text-align:center;
	line-height:22px;
}
#footer span {
	width:960px;
	margin:0 auto;
	display:block;
	padding-top:0px;
}
.mail-send-error {
	color: Red!important;
	font-weight: bold!important;
}
.mail-send-success {
	float: left!important;
	color: green!important;
	font-weight: bold!important;
}
.error {
	border:solid 1px red!important;
}
#img-sending {
	margin-left:10px;
	display:none;
}

/*************
/* ループウウイングとは
*************/
.mentop{
    font-size: 15px;
    width: 600px;
    height: 107px;
    background:url(../images/loop.png) no-repeat;
    margin: 0 0 0 15px;
    text-align: center;
    padding: 70px 0 0 0;
    color: #232323;
    border: 3px solid #4f4e4d;
}
.frame{
    width: auto;
    height: auto;
    clear: both;
    background:#3c4042;
    padding:10px 0 10px 0;    
}
.frame p{
    padding:5px 0 0 0px;
   margin-left: 10px;
}
.frame h2{
    padding:0 0 0 5px;
}
.frameimg {
    width: auto;
    height: 175px;
    clear: both;
    background:#3c4042;
    text-align: center;
    //padding: 0 0 0 25%;
    
}
.frameimg img{
    width: 255px;
    height: auto;
    float: left;
    border:1px solid #707070;
    padding: 0 ;
    margin: 2% 3% 1% 2%;
}


/*ta2 スペック用　テーブル
-------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
        font-size: 95%;
        color: #FFF;
        
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #fff;	/*枠線の色#0042b0*/
}

.ta2 td, .ta2 th{
	padding: 1px;	/*テーブル内の余白*/
}
.ta2 td{
    text-align: center;
}

.ta2 th{
	background-color: #4f4e4d;	/*左側thタグの背景色*/
	width: 23%;	/*左側thタグの幅*/
	text-align: center;
        color: #FFF;
}

.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color:#3c4042;	/*テーブルの見出し部分の背景色*/
	color: #FFF;	/*文字色*/
}