@charset "utf-8";
@import "http://fonts.googleapis.com/css?family=Sintony";


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body,html {
	font-family: 'Sintony',"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	counter-reset: chapter;
	counter-reset: section;
}


h1 {
	font-family: 'Sintony',"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: -7000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 250px;
	background-position:-40px 0px;
	margin: 0;
	margin-top: -90px;
	margin-bottom: -60px;
	padding: 0;
}

h2 {
	font-family: 'Sintony',"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 2em;
	text-shadow: 1px 1px 3px #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Sintony',"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-shadow: 1px 1px 3px #888;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding-bottom: 3px;
	text-indent: 20px;
	margin: 0;
	padding: 0;
}

p.p3 {
	margin-bottom: 20px;
	margin-left: 30px;
	text-indent: 13px;
	margin-top: 5px;
	font-size: 0.8em;
}

a, a:link, a:visited{
	color: black;
	text-shadow: 1px 1px 2px #888;
}
/*a:hover{
	color: #333;
	text-shadow: 1px 1px 5px #000;
}*/


nav ul > li a{
	color: black;
	text-decoration: none;
}


footer {
	position: relative;
	text-align: center;
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

nav ul{
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

nav ul > li {
	font-family: 'Sintony',"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
	text-shadow: 1px 1px 2px #333;
	width: 150px;
}

div.section_div{
	float: left;
	width: 31%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #888;	
	padding-right: 10px;
	padding-left: 10px;
}

div.section_div_last{
	float: left;
	width: 31%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
	padding-left: 10px;	
}

div.section_div h2,
div.section_div_last h2
{
	text-align: center;
	counter-reset: chapter;
}


div.section_div h3:before {
  content: counter(chapter) ". ";
  counter-increment: chapter;
}
div.section_div h3 {
  counter-reset: section;
  text-indent: 0;
}
div.section_div p.p3{
  margin-left: 10px;
}

div.section_div h4:before {
  content: counter(chapter) "." counter(section) ". ";
  counter-increment: section;
}
div.section_div h4 {
}

div.works table,
div.workspic table{
	width: 600px;
    border-spacing: 0;
	margin: auto;
	margin-bottom: 30px;
	border-radius: 5px;
    border-top:solid 1px #888;
    border-left:solid 1px #888;
}

div.works table th,
div.workspic table th{
	font-family: 'Sintony',"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 3px;
    border-bottom:solid 1px #888;
    border-right:solid 1px #888;
	font-size: 0.7em;
	font-weight: normal;
	background-color: #eee;
	width: 70px;
}

div.works table td,
div.workspic table td{
	padding: 3px;
	font-size: 0.7em;
    border-bottom:solid 1px #888;
    border-right:solid 1px #888;
}


table.profile {
	width: 600px;
    border-spacing: 0;
	margin: auto;
	margin-bottom: 30px;
	border-radius: 5px;
    border-top:solid 1px #888;
    border-left:solid 1px #888;
}

table.profile th{
	font-family: 'Sintony',"ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ ProN W6","HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 3px;
    border-bottom:solid 1px #888;
    border-right:solid 1px #888;
	font-size: 0.7em;
	font-weight: normal;
	background-color: #eee;
	width: 100px;
}

table.profile td{
	padding: 3px;
	font-size: 0.7em;
    border-bottom:solid 1px #888;
    border-right:solid 1px #888;
}

div.works table tr:first-child th:first-child,
div.works table tr:first-child td:first-child,
div.workspic table tr:first-child th:first-child,
div.workspic table tr:first-child td:first-child,
table.rad tr:first-child th:first-child,
table.rad tr:first-child td:first-child{
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}

div.works table tr:first-child th:last-child,
div.works table tr:first-child td:last-child,
div.workspic table tr:first-child th:last-child,
div.workspic table tr:first-child td:last-child,
table.rad tr:first-child th:last-child,
table.rad tr:first-child td:last-child{
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}

div.works table tr:last-child th:last-child,
div.works table tr:last-child td:last-child,
table.rad tr:last-child th:last-child,
table.rad tr:last-child td:last-child{
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
         -o-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}

div.works table tr:last-child th:first-child,
div.works table tr:last-child td:first-child,
table.rad tr:last-child th:first-child,
table.rad tr:last-child td:first-child{
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
         -o-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}



div.workspic table tr:last-child th:first-child,
div.workspic table tr:last-child td:first-child {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
         -o-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
			text-align: center;
}




div.workspic table td.worksimg img{
	border: 1px solid #888;
	border-radius: 3px;
	margin: 2px;
	/*box-shadow: 1px 1px 3px #888;*/
}
.container {
	position: relative;
	width: 950px;
	margin: auto;
	background-color: white;
	padding: 20px;
}

.info {
	font-family: 'Sintony', sans-serif;
}


.main {
	padding: 100px;
	text-align: center;
}








.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.box-rotate-wrap {
/*  float: left;*/
/*  margin: 0 30px 30px 0;*/
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

.box, .box div {
	width: 150px;
	height: 30px;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

.box-rotate {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, -15px);
  -moz-transform: translate3d(0, 0, -15px);
  -ms-transform: translate3d(0, 0, -15px);
  transform: translate3d(0, 0, -15px);
}

.box-rotate div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  padding: 5px;
}

.box-rotate .front {
  z-index: 2;
  -webkit-transform: rotate3d(0, 1, 0, 0deg) translate3d(0, 0, 15px);
  -moz-transform: rotate3d(0, 1, 0, 0deg) translate3d(0, 0, 15px);
  -ms-transform: rotate3d(0, 1, 0, 0deg) translate3d(0, 0, 15px);
  transform: rotate3d(0, 1, 0, 0deg) translate3d(0, 0, 15px);
}

.box-rotate .top {
  -webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 15px);
  -moz-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 15px);
  -ms-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 15px);
  transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 15px);
}


.box-rotate-top:hover {
  -webkit-transform: translate3d(0, 0, -15px) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 0, -15px) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 0, -15px) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 0, -15px) rotate3d(1, 0, 0, -90deg);
}